Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi everyone,
we are using TI RTOS on our custom platform, which works quite well.
We are using as one of the modules NDK which enforces to have Task.deleteTerminatedTasks to be set "true".
So I cannot use manual Task_delete(*Task_Handle hdl).
I can trace, that the priority after task Termination (called Task_exit() ) is set to "0" and the next element pointer and the prev element pointer gets zeroed, but not the handle.
Is that normal behavior? How can I detect, wether the handle, which has been used is free to start the next task on it or not? My Handle is defined as static, because in that Routine, I don't want to start the next task, before the current one has finished.
Thanks to all,
best regards,
Stefan