FreeRTOS - Debugging and Monitoring
Which of the following is the correct way to call
vTaskGetRunTimeStats() to store the stats in a buffer named buffer?vTaskGetRunTimeStats() to store the stats in a buffer named buffer?vTaskGetRunTimeStats() expects a pointer to a char array (string buffer), so passing the buffer name directly is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions