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

Mesh_TIMER_Issue

Hi,

I am using NRF MESH SDK V3.0 ,nRF5_SDK_15.2.0 and with s132_nrf52_6.0.0_softdevice .

I've noted some problems when i try to use the app_timer in repeat mode with a tick time(500ms). I observe that functions in timer handler stops working after few minutes and starts working again after some time.

I kept a log statement in timer handler, and in saadc_callback function.Here by this i came to know that timer_handler log doesn't get printed after sometime whereas Saadc_callback log continuously printed.

As my entire application runs on timer in mesh network.Please give some guidelines to overcome this difficulty.

Parents Reply
  • Hi,I have not tried to debug when the timer stopped because I do not know at what time it stops and starts again...

    Right now I was writing my application in the latest mesh sdk v3.1.0 

    I hope such problem I may not face in the latest sdk....but seriously I do want to know why such problem happens...if u could suggest me any method to solve the issue..it will  help me a lot.

    Thank you.

Children
No Data
Related