Hi all ,
I know after Task_exit(), the terminate flag of the task will be set ! And be delete while Idle .
I have 2 question about the method
1. is sysbios use Task_Instance_finalize() to release the task resource ?
2. if the system is too busy result in no chance to run idle then the terminated task can't release the resource(allocated stack memory).
Is that possible to release task resource immediately without executing idle function ?
any advice ?
Brenden