Datasheet

Table Of Contents
Bits Name Description Type Reset
26 PAUSE_DBG1 Pause the watchdog timer when processor 1 is in debug
mode
RW 0x1
25 PAUSE_DBG0 Pause the watchdog timer when processor 0 is in debug
mode
RW 0x1
24 PAUSE_JTAG Pause the watchdog timer when JTAG is accessing the bus
fabric
RW 0x1
23:0 TIME Indicates the number of ticks / 2 (see errata RP2040-E1)
before a watchdog reset will be triggered
RO 0x000000
LOAD Register
Description
Load the watchdog timer. The maximum setting is 0xffffff which corresponds to 0xffffff / 2 ticks before triggering a
watchdog reset (see errata RP2040-E1).
Table 575. LOAD
Register
Bits Name Description Type Reset
31:24 Reserved. - - -
23:0 NONAME WF 0x000000
REASON Register
Description
Logs the reason for the last reset. Both bits are zero for the case of a hardware reset.
Table 576. REASON
Register
Bits Name Description Type Reset
31:2 Reserved. - - -
1 FORCE RO 0x0
0 TIMER RO 0x0
SCRATCH0, SCRATCH1, …, SCRATCH6, SCRATCH7 Registers
Description
Scratch register. Information persists through soft reset of the chip.
Table 577. SCRATCH0,
SCRATCH1, …,
SCRATCH6,
SCRATCH7 Registers
Bits Name Description Type Reset
31:0 NONAME RW 0x00000000
TICK Register
Description
Controls the tick generator
Table 578. TICK
Register
Bits Name Description Type Reset
31:20 Reserved. - - -
19:11 COUNT Count down timer: the remaining number clk_tick cycles
before the next tick is generated.
RO -
10 RUNNING Is the tick generator running? RO -
9 ENABLE start / stop tick generation RW 0x1
RP2040 Datasheet
4.8. Watchdog 571