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

I want to reset WDT with on_ble_evt.

Is on_ble_evt () constantly moving? I will reset the WDT with this function. However, it seems to stop resetting the WDT after 3 seconds from startup.

Set the WDT to 7 seconds, and if you do not operate anything after starting up, the WDT is running in 10 seconds. Based on this fact, it was judged that resetting the WDT was stopped after 3 seconds.

What is the best timing to reset the WDT?

Help me. Thank you.

Related