Hi, I'm build an applicaiton using app_timer
Mode: APP_TIMER_MODE_REPEATED
Interval: 5 minutes
Flow:
- after 5 minutes I will restart the timer (stop and create a new one)
- in app_timer_handler I set a flag and logging that has expired to indicate the timer has expired and now it need to restart the timer
- I hang debugging almost 6 hours. Everything worked well, but after 5 hours since I start debug. The app_timer not working (app_timer_handler no longer set the flag and logging the timer has expried like normal)
I'm sure device is working because when I connect BLE device still advertising and connectable and debug terminal display connected normally.
Note: I'm using 2 libuartes in soft-device BLE application (1 libuarte using app_timer)
SDK:16
nRF52833 custom board
app_timer using internal LFCLK
Here is my sdk_config.h
1016.sdk_config.h
Thank you for your support !
Best Regard