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.

Related