Pages

Monday, July 8, 2024

Deleting a task in freeRTOS

Function used to delete a task is vDeleteTask() - this function only marks the task as deleted 

The work of freeing the memory from a deleted task is done by the ideal task 

In real world we donot delete a task very often. If we donot need a task we either send it to a suspended mode or a blocked state


No comments:

Post a Comment

What is anti- Debugging

  Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.