FreeRTOS - Memory Management
Given the following FreeRTOS configuration:
What will happen if a task's stack pointer exceeds its allocated stack size?
#define configCHECK_FOR_STACK_OVERFLOW 1
What will happen if a task's stack pointer exceeds its allocated stack size?
