
Section 12 Watchdog Timer (WDT)
Rev. 1.00 Mar. 02, 2006 Page 338 of 798
REJ09B0255-0100
12.4
Operation
12.4.1
Watchdog Timer Mode
To use the WDT as a watchdog timer, set the WT/
IT bit and the TME bit in TCSR to 1. While the
WDT is used as a watchdog timer, if TCNT overflows without being rewritten because of a
system malfunction or another error, an internal reset or NMI interrupt request is generated. TCNT
does not overflow while the system is operating normally. Software must prevent TCNT
overflows by rewriting the TCNT value (normally be writing H'00) before overflows occurs.
If the RST/
NMI bit of TCSR is set to 1, when the TCNT overflows, an internal reset signal for this
LSI is issued for 518 system clocks as shown in figure 12.2. If the RST/
NMI bit is cleared to 0,
when the TCNT overflows, an NMI interrupt request is generated.
An internal reset request from the watchdog timer and a reset input from the
RES pin are
processed in the same vector. Reset source can be identified by the XRST bit status in SYSCR.
If a reset caused by a signal input to the
RES pin occurs at the same time as a reset caused by a
WDT overflow, the
RES pin reset has priority and the XRST bit in SYSCR is set to 1.
An NMI interrupt request from the watchdog timer and an interrupt request from the NMI pin are
processed in the same vector. Do not handle an NMI interrupt request from the watchdog timer
and an interrupt request from the NMI pin at the same time.
TCNT value
H'00
Time
H'FF
WT/
IT = 1
TME = 1
Write H'00 to
TCNT
WT/
IT = 1
TME = 1
Write H'00 to
TCNT
518 System clocks
Internal reset
signal
WT/
IT:
TME:
OVF:
[Legned]
Overflow
OVF = 1*
Timer mode select bit
Timer enable bit
Overflow flag
Note * After the OVF bit becomes 1, it is cleared to 0 by an internal reset.
The XRST bit is also cleared to 0.
Figure 12.2 Watchdog Timer Mode (RST/
NMI = 1) Operation