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(1000ms). My application stops working after few minutes , all it's timer related operations stops and starts working again after some time.
I have read somewhere that because may be system is busy with some high priority task,timer stops working.But i am not sure weather it is true or not?
In sdk_config.h file all interrupt priorities are 6 by default.
should i need to change the interrupt priority numbers in sdk_config.h or not?
what do i need to do in order to make the timer related operations work properly without getting stopped.