Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/05/02 12:56
Read: times


 
#28636 - RE: P89C51RD2 Internal WatchDog Timer
...in this case shouldn't the watchdog period include these delays?
------------------

Yes, it should, but only if we all design a "perfect" system. I am not here to recommend servicing WDT in an ISR, but to say that it can be done, more like a "patch" if needed. For instance,

main(){
.
.
IncrementCount1();
ServiceWDT();
.
.
}

InterruptServiceRoutine(){
.
.
if(counter1 != counter2){
counter2=counter1;
ServiceWDT();
}
.
.
}





List of 25 messages in thread
TopicAuthorDate
P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog T, Andy            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog T, Andy            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog T, Andy            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog T, Andy            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog T, Andy            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog T, Andy            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer ,            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      
RE: P89C51RD2 Internal WatchDog Timer            01/01/70 00:00      

Back to Subject List