33.3.1 Watchdog Timer Control Register
Legend: cfg = Configurable at Reset
Note:
- All these bits reflect the value of FWDT Configuration bits at Reset and can be set or cleared by software.
- When ON =
1, writes to the WINSIZE[1:0], RMPS[4:0], RMCLK[1:0], SMPS[4:0], WINDIS are disabled.
| Symbol | Description | Symbol | Description | Symbol | Description |
|---|---|---|---|---|---|
| R | Readable bit | HC | Cleared by Hardware | (Gray cell) | Unimplemented |
| W | Writable bit | HS | Set by Hardware | X | Bit is unknown at Reset |
| C | Write to clear | S | Software settable bit | x | Channel number |
| Name: | WDTCON |
| Offset: | 0x32C8 |
| Bit | 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | |
| Access | |||||||||
| Reset |
| Bit | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | |
| Access | |||||||||
| Reset |
| Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | |
| ON | WINSIZE[1:0] | RMPS[4:0] | |||||||
| Access | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | |
| Reset | |||||||||
| Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
| RMCLK[1:0] | SMPS[4:0] | WINDIS | |||||||
| Access | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | R/W-cfg | |
| Reset | |||||||||
Bit 15 – ON On bit(2)
| Value | Description |
|---|---|
| 1 | Enables the WDT |
| 0 | Disable and reset WDT |
Bits 14:13 – WINSIZE[1:0] Size of Watchdog Window
| Value | Description |
|---|---|
| 11 | Window size is 25% (Timer Count > 11xxx...xxxxx for timer to be cleared) |
| 10 | Window size is 37.5% (Timer Count > 101xx...xxxxx for timer to be cleared) |
| 01 | Window size is 50% (Timer Count > 1xxxx...xxxxx for timer to be cleared) |
| 00 | Window size is 75% (Timer Count > 01xxx...xxxxx for timer to be cleared) |
Bits 12:8 – RMPS[4:0] Configures the postscaler value for Run Mode Counter
Bits 7:6 – RMCLK[1:0] Watchdog Timer Run Mode Counter Clock Selection bits
| Value | Description |
|---|---|
| 11 | LPRC Oscillator |
| 10 | BFRC Oscillator |
| 01 | Reserved |
| 00 | FOSC/4 |
Bits 5:1 – SMPS[4:0] Configures the postscaler value for Sleep Mode Counter
Refer to Table 33-3 for the encoding of this bit field.
Bit 0 – WINDIS Watchdog Window Mode Disable bit
| Value | Description |
|---|---|
| 1 | Disables Window mode |
| 0 | Enables Window mode |
