NO:
W90P710 Programming Guide
VERSION:
2.0
PAGE:
162
The above information is the exclusive intellectual property of Winbond Electronics and shall not be disclosed, distributed or reproduced without permission
from Winbond.
Table No.: 2005-W90P710-11-A
Figure 12-5 Watchdog Timer ISR
Start
Clear Interrupt
Flag and Reset
WatchDog
Timer
End
WTCR
Register
[3] WTIF : WatchDog Timer Interrupt Flag
[0] WTR : WatchDog Timer Reset
// Clear Bit 3 to clear WatchDog Timer
Interrupt
1. WTCR = WTCR & 0xFFFFFFF7;
// Reset WatchDog Timer by Setting Bit 0
2. WTCR = WTCR | 0x1;