FreeRTOS - Memory Management
You want to monitor both heap and stack usage in your FreeRTOS system. Which combination of functions should you use?
xPortGetFreeHeapSize() returns current free heap memory.uxTaskGetStackHighWaterMark() returns minimum stack space left for a task.vTaskDelay(), vTaskDelete(), and vTaskSuspend() are task control functions, not memory monitoring.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions