FreeRTOS - Memory Management
Consider this incorrect implementation for Method 2:
What is the main issue preventing stack overflow detection?
#define configCHECK_FOR_STACK_OVERFLOW 2
void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName) {
// Missing implementation
}What is the main issue preventing stack overflow detection?
