Author |
Message |
Topic: chip reset timing problems |
ccole
Replies: 5
Views: 5757
|
Forum: General CCS C Discussion Posted: Wed Dec 30, 2009 12:15 pm Subject: chip reset timing problems |
also, somewhat confused about the "INT_EXT" interrupts...what can trigger those? |
Topic: chip reset timing problems |
ccole
Replies: 5
Views: 5757
|
Forum: General CCS C Discussion Posted: Wed Dec 30, 2009 12:11 pm Subject: chip reset timing problems |
Thanks for the replies guys. It looks like when I power cycle quickly, it latches on to the last output on the led display and then the processor doesn't execute anymore instructions....after reading ... |
Topic: chip reset timing problems |
ccole
Replies: 5
Views: 5757
|
Forum: General CCS C Discussion Posted: Tue Dec 29, 2009 10:06 am Subject: chip reset timing problems |
Hello all, I have a very simple test program written for a 16f877:
#include <16F877.h>
#device ICD=TRUE
#device *=16
#use delay(clock=20000000)
#fuses HS,NOWDT,NOPROTECT,NOLVP,P ... |
|