Author |
Message |
Topic: PIC10f222 |
smomenouns
Replies: 5
Views: 8495
|
Forum: General CCS C Discussion Posted: Thu Apr 03, 2008 7:00 pm Subject: PIC10f222 |
Try making a call to this function before entering the while loop:
setup_counters(WDT_18MS,PIN_CHANGE_FROM_SLEEP);
thank you so much for your reply. I tried it. It did not work out. |
Topic: PIC10f222 |
smomenouns
Replies: 5
Views: 8495
|
Forum: General CCS C Discussion Posted: Thu Apr 03, 2008 5:28 pm Subject: PIC10f222 |
Hi friends
I am trying to wake up PIC10F222 from sleep mode. I am using PCWHD compiler version 4.07 and I am trying to wake him up by a change on input pin B0. Is there any special setting that I nee ... |
|