hello:
I am using ndk_2_21_01_38, bios_6_33_06_50, I use the DNK client demo , I want to delete my task witch is dynamically created, So I need to make the
"Task.deleteTerminatedTasks = false; But when I save my cfg file, the CFG UI show it still choose the “deleteTerminated Tasks”,although the cfg scrip is
"Task.deleteTerminatedTasks = false;" And the console printf warning:The NDK relies on the the SYS/BIOS Task module to have 'Task.deleteTerminatedTasks =
true'. The NDK has over-written your selection.
actually, when after I build the project,and download my out file, run, it execute according to "Task.deleteTerminatedTasks = true".
I just want to delete my task witch is dynamically created in the TI's NDK client demo, because the task_delete will lead to error.
Can anyone give me some advice?Thanks.
Best Regards,
Si