This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple running timers

Hi,

In a application where there exists timer 0 and timer 1. If I set priority 1 to timer 0, what happens to timer 1 if its handle function is called during a timer 0 handle execution ? It's call is lost ? Or it will be called after timer 0 handle execution ?

Thanks a lot,

Andre