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

Using p_context of app_timer

Hi,

I'm trying to use the same timeout_handler for two different timers. I use the p_context (as explained here) to pass a flag to the timeout handler, so that he knows which timer is being triggered.

The problem occurs when both timers are called at the same time, the first timer called is in some way stopped.

Related