Hello,
I am using nRF52840 DevKit, SDK 16.0.0 and SoftDevice 113 v701
I am looking at nrf_bootloader example and want to configure a watchdog that keeps running even when the CPU is halted by a debugger.
I think I am missing the initialization function?
nrf_bootloader_wdt_init() just check if the wdt is running and exit with
NRF_LOG_INFO("WDT is not enabled");
I tried looking at the sample code in (examples/peripheral/wdt), but that one is using nrf_drv_wdt APIs and nrf_wdt.h is using nrfx APIs
Is there a good sample of the expected initialization and enabling code that works with nrf_wdt.h or am I missing something?
Thanks for everyone's time.