I want to add wdt function in ble_app_uart. Please tell me where should I feed the wdt.
in below main loop? for (;;) { power_manage(); nrf_drv_wdt_channel_feed(m_channel_id); }
I want to add wdt function in ble_app_uart. Please tell me where should I feed the wdt.
in below main loop? for (;;) { power_manage(); nrf_drv_wdt_channel_feed(m_channel_id); }
I tried doing
for (;;) { power_manage(); nrf_drv_wdt_channel_feed(m_channel_id); }
but it didnt work, so I use a separate timer to feed the WDT
I tried doing
for (;;) { power_manage(); nrf_drv_wdt_channel_feed(m_channel_id); }
but it didnt work, so I use a separate timer to feed the WDT