Datasheet

UM10398 All information provided in this document is subject to legal disclaimers. © NXP B.V. 2014. All rights reserved.
User manual Rev. 12.3 — 10 June 2014 395 of 547
NXP Semiconductors
UM10398
Chapter 22: LPC111x/LPC11Cxx Windowed WatchDog Timer (WDT)
Once the WDEN, WDPROTECT, or WDRESET bits are set they can not be cleared by
software. Both flags are cleared by an external reset or a Watchdog timer reset.
WDTOF The Watchdog time-out flag is set when the Watchdog times out, when a feed
error occurs, or when WDPROTECT =1 and an attempt is made to write to the WDTC
register. This flag is cleared by software writing a 0 to this bit.
WDINT The Watchdog interrupt flag is set when the Watchdog counter reaches the value
specified by WDWARNINT. This flag is cleared when any reset occurs, and is cleared by
software by writing a 1 to this bit.
Watchdog reset or interrupt will occur any time the watchdog is running. If a watchdog
interrupt occurs in Sleep mode, it will wake up the device.
22.7.2 Watchdog Timer Constant register
The WDTC register determines the time-out value. Every time a feed sequence occurs
the WDTC content is reloaded in to the Watchdog timer. This is pre-loaded with the value
0x00 00FF upon reset. Writing values below 0xFF will cause 0x00 00FF to be loaded into
the WDTC. Thus the minimum time-out interval is T
WDCLK
256 4.
If the WDPROTECT bit in WDMOD = 1, an attempt to change the value of WDTC before
the watchdog counter is below the values of WDWARNINT and WDWINDOW will cause a
watchdog reset and set the WDTOF flag.
4 WDPROTECT Watchdog update mode. This bit is Set Only. 0
0 The watchdog reload value (WDTC) can be changed
at any time.
1 The watchdog reload value (WDTC) can be changed
only after the counter is below the value of
WDWARNINT and WDWINDOW. Note: this mode is
intended for use only when WDRESET =1.
31:
5
- Reserved. Read value is undefined, only zero should
be written.
-
Table 345. Watchdog operating modes selection
WDEN WDRESET Mode of Operation
0 X (0 or 1) Debug/Operate without the Watchdog running.
1 0 Watchdog interrupt mode: the watchdog warning interrupt will be
generated but watchdog reset will not. When this mode is selected, the
watchdog counter reaching the value specified by WDWARNINT will set
the WDINT flag and the Watchdog interrupt request will be generated.
1 1 Watchdog reset mode: both the watchdog interrupt and watchdog reset
are enabled. When this mode is selected, the watchdog counter reaching
the value specified by WDWARNINT will set the WDINT flag and the
Watchdog interrupt request will be generated, and the watchdog counter
reaching zero will reset the microcontroller. A watchdog feed prior to
reaching the value of WDWINDOW will also cause a watchdog reset.
Table 344: Watchdog Mode register (WDMOD - 0x4000 4000) bit description
Bit Symbol Value Description Reset
value