Time Delay in Micro C OS II

974 Views Asked by At

I have been looking for that, I am using Micro C/OS II Real Time Operating System. I couldn't find a way to create a delay apart from writing nested loops. Any way to do create a delay?

1

There are 1 best solutions below

0
On

OSTimeDly() will delay/sleep a task for a specified number of ticks. OSTimeDlyHMSM() will delay a specified number of hours, minutes, seconds, milliseconds.