Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 4 months ago.
Effects of a long running callback in a periodic RtosTimer
If I understand correctly, a periodic RtosTimer will fire the callback at the same interval, regardless of the callback execution time. The diagram below illustrates this for a 200ms timer.
What happens if the callback execution time exceeds 200ms?