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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/07/02 16:21
Read: times


 
#18428 - RE: Refreshing WatchDog in Timer Interrupt
Yes, it is true. You shoul avoid to put the watchdog timer reset code in the timer interrupt function, otherwise the watchdog is like an otiose object, you reset it again and again just for feeding it.
If you really want to use it, pls put the reset code in your main loop or a loop block waiting for events. At beginning you can put the reset code as many as the mcu can run. Then try to remove them one by one until the mcu can not work. Then back one or two step you wil get the best point.

List of 17 messages in thread
TopicAuthorDate
Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interru            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog sanjeev            01/01/70 00:00      
RE: Refreshing ...Erik            01/01/70 00:00      
RE: Refreshing ...Erik            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog K. Ganeshan            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interrupt            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interru            01/01/70 00:00      
RE: Refreshing WatchDog in Timer Interru            01/01/70 00:00      
RE: Refreshing WatchDog Bahri            01/01/70 00:00      
Merhaba.....            01/01/70 00:00      

Back to Subject List