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

Keil CMSIS RTX V4.82.0 - osDelay question

A question regarding use of osDelay().
In case only one task is active/running and this task calls osDelay(10).
Will this task delay?
Will scheduler switch to idle task for 10 ticks?
If not: How to delay this (single) task for 10 ticks otherwise?
Best regards Juergen