Is FreeRTOS Dynamically Allocated Memory?

Follow+Star PublicNumber, don’t miss the wonderful content

Is FreeRTOS Dynamically Allocated Memory?

Author | strongerHuang

WeChat Public Account | Embedded Column

Some readers might ask: Can FreeRTOS create tasks and delete tasks? Is it dynamically allocated memory?
xTaskCreate(LED_Task, "LED_Task", 128, NULL, 6, NULL);

If we want to elaborate on this question, there are many related knowledge points involved. Below are a few important related contents to answer this question.

Static and Dynamic Memory Allocation

Memory allocation is generally divided into: static and dynamic allocation.

1. Static

Back to Top
Product has been added to your cart