UM10208_2
© NXP B.V. 2007. All rights reserved.
User manual
Rev. 02 — 1 June 2007
131 of 362
NXP Semiconductors
UM10208
Chapter 11: LPC2800 WDT
[1]
Reset Value reflects the data stored in used bits only. It does not include reserved bits content.
4.1 Watchdog Status Register (WDT_SR - 0x8000 2800)
The WDT_SR indicates whether the Timer Counter has matched the value in Match
Register 0.
Table 129. Watchdog register map
Name
Description
Access Reset
Value
Address
WDT_SR
Status Register.
Bits in this register can be set
when the Timer Counter matches MR0 or MR1
The bits can be cleared by writing to this register.
R/W
0
0x8000 2800
WDT_TCR
Timer Control Register.
Includes Enable and
Clear bits.
R/W
0
0x8000 2804
WDT_TC
Timer Counter.
The value of the Timer Counter
can be read from this register. For Watchdog
purposes this register should be regarded as
Read-Only.
R/W
0
0x8000 2808
WDT_PR
Prescale Register.
The WDT clock is divided by
the value in this register plus one, for
incrementing the Timer Counter.
R/W
0
0x8000 280C
WDT_MCR
Match Control Register.
Controls what happens
when the Timer Counter matches the Match
Registers.
R/W
0
0x8000 2814
WDT_MR0
Match Register 0.
An interrupt can be arranged
when the Timer Counter matches the value in
this register.
R/W
0
0x8000 2818
WDT_MR1
Match Register 1.
The LPC288x can be reset if
the Timer Counter matches the value in this
register.
R/W
0
0x8000 281C
WDT_EMR
External Match Control.
Enables the "m0" and
"m1" signals to the CGU and Event Router.
R/W
0
0x8000 283C
Table 130. Watchdog Status Register (WDT_SR - 0x8000 2800)
Bit
Function
Description
Reset
Value
0
MR0 Match
This bit can be set when the Timer Counter matches Match
Register 0. (An interrupt can be requested at this time.) Write a
1 to this bit to clear it.
0
1
MR1 Match
This bit can be set when the Timer Counter matches Match
Register 1. (If this event is enabled to reset the LPC288x, this
bit will never be read as 1.) Write a 1 to this bit to clear it.
0
31:2
-
Reserved, user software should not write ones to reserved bits.
The value read from a reserved bit is not defined.
-