| ??? 09/04/02 13:00 Read: times |
#28539 - RE: P89C51RD2 Internal WatchDog Timer |
...I don't want to put it in timer ISR as it will defeat the purpose of Watchdog Timer.
------------ As a general practice, we should avoid putting WDT service call inside an interrupt, nonetheless, servicing WDT in an interrupt is NOT a taboo if you have a reason to do so. Sometimes people refer to this type of activities as "partial service", meaning that the service to WDT inside an interrupt will only be performed under certain conditions. For example, the condition can be - WDT will only be serviced when the background code has serviced it previously. |



