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

app timer frequency increasing

I'm building a firmware for nRF52 which is using app timer v2 with RTC1. After a while, app_timer starts running many times faster than normal, and I'm not sure why. Nothing seems to happen to trigger it. Here is RTC1 while operating normally:

And here when the timer is running too fast:

Perhaps there is some memory corruption or something...what controls the app_timer speed other than RTC configuration? The RTC counter is increasing at a faster rate, to the point where a 1s timer occurs very rapidly (probably a few ms).

The LFCLK state is:

i.e. RC source. So it appears RC oscillator is running fast...why would that be?

Related