Author |
Message |
Topic: out of RAM,,,,,,any advice?? |
piedos
Replies: 5
Views: 7269
|
Forum: General CCS C Discussion Posted: Wed Aug 10, 2005 3:16 am Subject: thanks for perfect explanation |
the sample code is really perfect for beginners
thank you Ttelmah |
Topic: code example please |
piedos
Replies: 2
Views: 8045
|
Forum: General CCS C Discussion Posted: Wed May 18, 2005 1:59 pm Subject: code example please |
const char array[]={a,b,c,d,e,f,g,h,i,j,k,l,m}; |
Topic: WDT setup problem... |
piedos
Replies: 1
Views: 6435
|
Forum: General CCS C Discussion Posted: Tue May 03, 2005 5:59 pm Subject: WDT setup problem... |
..... When assigned to WDT, a CLRWDT instruction will clear the prescaler along with the Watchdog Timer. The Prescaler is not readible or writable....
writes in PIC16F628A datasheet, But CCS compiler ... |
Topic: need help...an easy problem |
piedos
Replies: 5
Views: 8023
|
Forum: General CCS C Discussion Posted: Sun Apr 17, 2005 10:19 am Subject: need help...an easy problem |
thank u, Felix,sh1 and future
i've understand..
--->knowledge grow up as you share |
Topic: need help...an easy problem |
piedos
Replies: 5
Views: 8023
|
Forum: General CCS C Discussion Posted: Sat Apr 16, 2005 7:46 pm Subject: need help...an easy problem |
#include <16F628A.h>
#byte PORTB=0x06
#define solbas PIN_B0
void main()
{
set_tris_b(0);
while(1)
{
if(solbas == 0)
PORTB=255;
}
}
and the list,
ROM us ... |
|