GD32VF103 User Manual
206
FWDGT_STAT register is set and the value read from this register is invalid.
000: 1/4
001: 1/8
010: 1/16
011: 1/32
100: 1/64
101: 1/128
110: 1/256
111: 1/256
If several prescaler values are used by the application, it is mandatory to wait until
PUD bit is reset before changing the prescaler value. However, after updating the
prescaler value it is not necessary to wait until PUD is reset before continuing code
execution except in case of low-power mode entry.
Reload register (FWDGT_RLD)
Address offset: 0x08
Reset value: 0x0000 0FFF
This register can be accessed by half-word (16-bit) or word (32-bit) access
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
Reserved
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Reserved
RLD [11:0]
rw
Bits
Fields
Descriptions
31:12
Reserved
Must be kept at reset value
11:0
RLD[11:0]
Free watchdog timer counter reload value. Write 0xAAAA in the FWDGT_CTL
register will reload the FWDGT counter with the RLD value.
These bits are write-protected. Write 0x5555 in the FWDGT_CTL register before
writing these bits. During a write operation to this register, the RUD bit in the
FWDGT_STAT register is set and the value read from this register is invalid.
If several reload values are used by the application, it is mandatory to wait until RUD
bit is reset before changing the reload value. However, after updating the reload
value it is not necessary to wait until RUD is reset before continuing code execution
except in case of low-power mode entry.
Status register (FWDGT_STAT)
Address offset: 0x0C
Reset value: 0x0000 0000