Hi all,
A simple question. In TI RTOS Kernel, there is a macro Task_sleep. The parameter pass into this macro are ticks? How do I know the exact elapsed time the task sleep?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all,
A simple question. In TI RTOS Kernel, there is a macro Task_sleep. The parameter pass into this macro are ticks? How do I know the exact elapsed time the task sleep?
Thanks
Madoka,
I believe that the minimum value you can input to Task_sleep is 1, which correlates to 1 ms. This input is most likely derived from system ticks.
I'll transfer this post to the TI RTOS forums for confirmation, or if you have any further questions about TI RTOS.
-Rebecca