Hi NRF Team,
My Configuration:
NRF51822
S130
SDK 12.2
I am using multiple application timers in my project. Most of the cases timers has to run concurrently. Lets say, timer 1 is running and another timer 2 has started, the timer 1 stops midway without finishing its task and starts executing the timer 2 event.
What is the best way to handle this type of concurrent timers? Basically, i want to complete the execution of the first timer and then execute the second one.
Best,
Krish