Application timer callback not working properly

Hi,

I am using nrf52840 and SDK-16.0. Our product is already in the market.

we added some extra features now. after adding this we are not getting application timer call-back for the second time but app_timer_start() is returning success. This issue will be there only when logging is disabled. 

This issue is resolving if we add some global variables and assign values to it.

It is one-shot timer, stop & start of the clock also solves this issue.

On what we should look into to solve this? Please help us to solve this issue as early as possible.

Thank you,

Shreya

Related