SDK: 15.3.0
Device: EYSHJNZWZ (nRF52832)
I have enabled WDT with "nrf_drv_wdt_enable".
How do I prohibit WDT?
SDK: 15.3.0
Device: EYSHJNZWZ (nRF52832)
I have enabled WDT with "nrf_drv_wdt_enable".
How do I prohibit WDT?
Hi Takashina,
Could you elaborate a little bit more on what exactly you want to do with the WDT after you enable it ?
Do you want to stop/disable it or you want to keep it running ?
I want to use it as follows.
Disable WDT before calling "sd_app_evt_wait".
After returning from "sd_app_evt_wait", enable WDT.
I understand that "WDT_CONFIG_BEHAVIOUR = 0" results in "Pause in SLEEP and HALT".
As I posted below, WDT reset occurs during sleep.
Therefore, I want to disable WDT before calling "sd_app_evt_wait".
https://devzone.nordicsemi.com/f/nordic-q-a/55975/about-reset-during-advertising