Concept Flow - Stack size allocation
Define Task
Specify Stack Size
Create Task with Stack Size
Task Runs
Stack Used by Task
Stack Overflow Check
Adjust Stack Size if Needed
↩Back to Create Task
This flow shows how a FreeRTOS task is created with a specified stack size, how the task uses the stack, and how stack overflow is checked and handled.