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

app timer sometimes expires immediately

Hello,

I am using nrf52840 and SDK 15.3.0. and the device wakes up every hour and every day for reporting data.

So I am using app timer to wake up also using app_timer to check timeout for sensor communication response.

And sometimes that sensor communication response ends up with timeout because the app timer expires immediately.

I found some similar questions like below in this devzone and tried to use 64hz rtc1 scale not to exceed MAX_RTC_COUNTER_VAL/2 and the issue looks gone.

My question is was this app timer bug fixed before SDK 15.3.0 or any plan to fix it?

https://devzone.nordicsemi.com/f/nordic-q-a/11738/app_timer-expires-immediately---sdk-10

https://devzone.nordicsemi.com/f/nordic-q-a/29665/sdk-13-app_timer-24-hour-long-timer

Thank you.

Parents Reply Children
Related