Hi team,
How to call Task_delete manually to release the heap resource in mmWave SDK?
Is the mmWave SDK had default enable "Task.deleteTerminatedTasks" ?
Do we need to manually to call Task_delete to release the resourse?
Thanks.
Wesley
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.
Hi team,
How to call Task_delete manually to release the heap resource in mmWave SDK?
Is the mmWave SDK had default enable "Task.deleteTerminatedTasks" ?
Do we need to manually to call Task_delete to release the resourse?
Thanks.
Wesley
Hi,
You need to use Task_delete() API to delete the task that was created with Task_create() API
https://www.ti.com/lit/ug/spruex3v/spruex3v.pdf
Thank you
Cesar