FreeRTOS - Debugging and Monitoring
You wrote the following code to get the task list but the output is garbage or empty. What is the most likely cause?
char *buffer;
vTaskList(buffer);
printf("%s", buffer);