Author |
Message |
Topic: Sleep and timer1 |
aries
Replies: 4
Views: 8078
|
Forum: General CCS C Discussion Posted: Fri Jun 17, 2011 1:26 pm Subject: Sleep and timer1 |
Thanks for the response.
I misunderstood the datasheet. I was assuming that there is an internal clock for Timer1 and asynchronous refers to async to system clock.
I can use the WDT to do this ... |
Topic: Sleep and timer1 |
aries
Replies: 4
Views: 8078
|
Forum: General CCS C Discussion Posted: Fri Jun 17, 2011 10:40 am Subject: Sleep and timer1 |
I am using Timer1 to wake up from sleep mode but it does not wake up at all. Here is the code:
#include <16F74.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES LP ... |
|