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.

RTOS/CC2640: Deleting a task

Part Number: CC2640

Tool/software: TI-RTOS

Hello,

I am working on simple peripheral project, and i want to delete this task after the device is connected by terminating the connection. Apparently using "Task_delete(&SimplePeripheral_taskFxn);" in one of the function is not working.

Any insight on this?

Thank you.