Is FreeRTOS Dynamically Allocated Memory?
Follow+Star PublicNumber, don’t miss the wonderful content
Author | strongerHuang
WeChat Public Account | Embedded Column
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