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

Simple timer stops other simple timer

Its the first time I use simple_timer. I do not use the Softdevice. So I'm working with the peripeheral simple_timer example(SDK11).

I know from the app_timer, that every timer has an id and they can run simultaneously.

But when I use simple timer, I can only have one timer running.

As example if a repeated timer is running and I start another timer with one shot, then the repeated timer wont run anymore.

How can I use simultaneously timers for peripeheral application?

Parents Reply Children
No Data
Related