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

Clear app_timer counter

Hello,

I am using an app_timer on my nRF52840 (SDK 15, Softdevice 140) to keep track of the time on my device.
After a specific event, I would like to be able to clear the counter of the timer. I have tried stopping the timer and starting it again but it does not seem to reset the 24-bit counter.
I have also tried to use the app_schedule as mentioned in this post without success.
How can I reset the timer?

Thanks

Parents Reply Children
Related