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

About how to turn off the watchdog

Hello

Current software version nrf5_ SDK_ 14.2.0_ 17b948a uses chip nrf52832

Because the product needs to sleep, turn off the watchdog when entering sleep

The function is not implemented. Please see the figure below

void nrf_drv_wdt_disable(void)
{
// ASSERT(m_alloc_index != 0);
// ASSERT(m_state == NRF_DRV_STATE_INITIALIZED);
nrf_wdt_int_disable(WDT_INTENSET_TIMEOUT_Disabled);
}

I'm looking forward to your reply. Thank you

Parents Reply Children
No Data
Related