Tool/software: TI-RTOS
Hello,
I would like to know more details about error handling (Error_Block) in TI-RTOS.
I need to write a graceful exit in one of my application. My application is running with multiple tasks and for graceful exit I am calling Task_delete() of one task from another task by passing its handler . Since its not return any values, how we can confirm that Task_delete() was successful? Does Error_Block can be used for that or any other mechanism is there?
Regards,
Sandhya