![Maxim Integrated MAX32660 User Manual Download Page 129](http://html1.mh-extra.com/html/maxim-integrated/max32660/max32660_user-manual_1744484129.webp)
MAX32660 User Guide
Maxim Integrated
Page 129 of 195
11.8
Watchdog Timer Registers
The WDT0 base peripheral address is 0x4000 3000. Refer to
Table 3-1: APB Peripheral Base Address Map
of all APB mapped peripherals.
Table 11-2: Watchdog Timer Registers
Address
Register Name
Access
Description
[0x0000]
R/W
Watchdog Timer 0 Control Register
[0x0004]
R/W
Watchdog Timer 0 Reset Register
1.1.1
Watchdog Timer Register Details
Table 11-3: Watchdog Timer Control Register
Watchdog Timer 0 Control Register
WDT0_CTRL
0x0000 [0x00]
Bits
Name
Access
Reset
Description
31
rst_flag
R/W
See
description
Reset Flag
If set a watchdog system reset occurred.
0: Watchdog did not cause reset event.
1: Watchdog reset occurred.
30:12
-
RO
0
Reserved for Future Use
Do not modify this field.
11
rst_en
R/W
0
Reset Enable
Enable/Disable system reset if the
rst
_
period
expires. Only reset by
power on reset.
0: Disabled
1: Enabled
10
int_en
R/W
0
Interrupt Enable
Enable or Disable the watchdog interrupt.
0: Disabled
1: Enabled
9
int_flag
R/W1C
0
Interrupt Flag
If set, the watchdog interrupt period has occurred.
0: IRQ not pending
1: Interrupt period expired. Generates a WDT IRQ if
int
_
en
= 1.
8
wdt_en
R/W
See
Description
Enable
Enable or disable the watchdog timer. Only reset by a power on reset. To enable
the watchdog timer, the following sequence of writes must be performed.
1)
Write
: 0x0000 00A5
2)
Write
: 0x0000 005A
3)
Write
wdt
_
en
: 0x1
0: Disabled
1: Watchdog Timer Enabled. To set this field to 1, perform the sequence shown
above.
Note: This field is reset by a Power-On Reset event only. Other forms of reset do not
reset this field.