hallo,
I use TI-RTOS 2.00.01.23.
I need to schedule a function to be execute sometime in the future, without blocking the caller.
How can I do?
best regards
Max
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.
hallo,
I use TI-RTOS 2.00.01.23.
I need to schedule a function to be execute sometime in the future, without blocking the caller.
How can I do?
best regards
Max
Mastupriti,
I'm not sure what you're trying to do. You can also use a Timer or a Semaphore if the deferred Task has a lower priority than the caller.
an example of what I want to do is:
http://e2e.ti.com/support/embedded/tirtos/f/355/t/346584.aspx
best regards
max