AT32F425
Series Reference Manual
2022.03.30
Page 284
Ver 2.01
16.5.1 Command register (WDT_CMD)
(Reset in Standby mode)
Bit
Register
Reset value
Type
Description
Bit 31: 16 Reserved
0x0000
resd
Kept at its default value.
Bit 15: 0
CMD
0x0000
wo
Command register
0xAAAA: Reload counter
0x5555: Unlock write-protected WDT_DIV and WDT_RLD
0xCCCC: Enable WDT. If the hardware watchdog has
been enabled, ignore this operation.
16.5.2 Divider register (WDT_DIV)
Bit
Register
Reset value
Type
Description
Bit 31: 3
Reserved
0x0000 0000 resd
Kept at its default value.
Bit 2: 0
DIV
0x0
rw
Clock division value
000: LICK divided by 4
001: LICK divided by 8
010: LICK divided by 16
011: LICK divided by 32
100: LICK divided by 64
101: LICK divided by 128
110: LICK divided by 256
111: LICK divided by 256
The write protection must be unlocked in order to enable
write access to the register. The register can be read only
when DIVF=0.
16.5.3 Reload register (WDT_RLD)
(Reset in Standby mode)
Bit
Register
Reset value
Type
Description
Bit 31: 12 Reserved
0x00000
resd
Kept at its default value.
Bit 11: 0
RLD
0xFFF
rw
Reload value
The write protection must be unlocked in order to enable
write access to the register. The register can be read only
when RLDF=0.
16.5.4 Status register (WDT_STS)
(Reset in Standby mode)
Bit
Register
Reset value
Type
Description
Bit 31: 3
Reserved
0x0000 0000 resd
Kept at its default value.
Bit 2
RLDF
0x0
ro
Reload value update complete flag
0: Reload value update complete
1: Reload value update is in process.
The reload register WDT_RLD can be written only when
RLDF=0
Bit 0
DIVF
0x0
ro
Division value update complete flag
0: Division value update complete
1: Division value update is in process.
The divider register WDT_DIV can be written only when
DIVF=0
16.5.5 Window register (WDT_WIN)
(Reset in Standby mode)
Bit
Register
Reset value
Type
Description
Bit 31: 12 Reserved
0x000000
resd
Kept at its default value.
Bit 11 : 0
WIN
0xFFF
ro
Window value
When the counter value is greater than the window value,
the reload counter will perform a reset. The reload counter
value falls between 0 and the window value.