Hi
in my application I use about 8 app_timer instantiations (so 8 x app_timer_create), with various frequencies. I noticed now that one timeout handler is triggered twice without any delay in between. I read this question, but did not see any answers.
Could this be a race condition? Is there some solution pending?