Part Number: TM4C129XNCZAD
Tool/software: TI-RTOS
Hello,
I'm using
- CCS Version: 6.1.0.00104,
- TIRTOS: tirtos_tivac_2_16_01_14,
- xdctools_3_32_01_22_core
i have some tasks that had been constructed by task_construct, and i wanted to terminate those tasks so i called Task_exit at the end of the task function, my problem is that the ROV is displaying those tasks even i set the following line in my CFG file
Task.deleteTerminatedTasks = true;
so why the terminated tasks didn't deleted? and what happen if i tried to construct those tasks once again, is it going to use the stack and the task object without any problems?
Thanks,
Mohammed Fawzy