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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/30/00 06:33
Read: times


 
#3501 - 8051 software watchdog
I implement softare watchdog on my system. But It not work well.
I use timer 0 interrupt and some counter for set time out. And call address 0x0000. It work at only first time no more interrupt again. sourec ininterrupt is here.

if ( --pcaWatchDog == 0x00 )
{
TR0 = 0;
ET0 = 0;
EA = 0;
((void(code *)(void))0x0000)();
}
thank you


List of 4 messages in thread
TopicAuthorDate
8051 software watchdog            01/01/70 00:00      
RE: 8051 software watchdog            01/01/70 00:00      
RE: 8051 software watchdog            01/01/70 00:00      
RE: 8051 software watchdog            01/01/70 00:00      

Back to Subject List