FreeRTOS - Memory Management
Examine this code snippet for Method 1 stack overflow detection:
What is a common mistake that could prevent overflow detection?
void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName) {
// User code
}
#define configCHECK_FOR_STACK_OVERFLOW 1What is a common mistake that could prevent overflow detection?
