Register description, 1 watchdog mode register (wdmod - 0xe000 0000), Nxp semiconductors – NXP Semiconductors LPC24XX UM10237 User Manual

Page 663

Advertising
background image

UM10237_4

© NXP B.V. 2009. All rights reserved.

User manual

Rev. 04 — 26 August 2009

663 of 792

NXP Semiconductors

UM10237

Chapter 27: LPC24XX WatchDog Timer (WDT)

When the Watchdog counter underflows, the program counter will start from 0x0000 0000
as in the case of external reset. The Watchdog time-out flag (WDTOF) can be examined
to determine if the Watchdog has caused the reset condition. The WDTOF flag must be
cleared by software.

The watchdog timer block uses two clocks: PCLK and WDCLK. PCLK is used for the APB
accesses to the watchdog registers. The WDCLK is used for the watchdog timer counting.

There is some synchronization logic between these two clock domains. When the
WDMOD and WDTC registers are updated by APB operations, the new value will take
effect in 3 WDCLK cycles on the logic in the WDCLK clock domain. When the watchdog
timer is counting on WDCLK, the synchronization logic will first lock the value of the
counter on WDCLK and then synchronize it with the PCLK for reading as the WDTV
register by the CPU.

4.

Register description

The Watchdog contains 4 registers as shown in

Table 27–584

below.

[1]

Reset Value reflects the data stored in used bits only. It does not include reserved bits content.

4.1 Watchdog Mode Register (WDMOD - 0xE000 0000)

The WDMOD register controls the operation of the Watchdog as per the combination of
WDEN and RESET bits.

Table 584. Summary of Watchdog registers

Name

Description

Access Reset

Value

[1]

Address

WDMOD

Watchdog mode register. This register contains
the basic mode and status of the Watchdog
Timer.

R/W

0

0xE000 0000

WDTC

Watchdog timer constant register. This register
determines the time-out value.

R/W

0xFF

0xE000 0004

WDFEED

Watchdog feed sequence register. Writing 0xAA
followed by 0x55 to this register reloads the
Watchdog timer with the value contained in
WDTC.

WO

NA

0xE000 0008

WDTV

Watchdog timer value register. This register
reads out the current value of the Watchdog
timer.

RO

0xFF

0xE000 000C

WDCLKSEL Watchdog clock source selection register.

R/W

0

0xE000 0010

Advertising