This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

The restart time of watchdog settings will not take effect immediately, and the last setup will be retained.

sdk15.0.0-》nrfx_wdt.c

The set values “nrfx_wdt_config_t”are different from the register values“NRF_WDT->CRV”

timeout [s] = ( CRV + 1 ) / 32768
Related