FreeRTOS - RTOS Fundamentals
Examine this FreeRTOS code snippet:
void vTaskExample(void *pvParameters) {
vTaskResume(NULL);
// Task code
}What is the issue with calling vTaskResume(NULL) inside a task?
Examine this FreeRTOS code snippet:
void vTaskExample(void *pvParameters) {
vTaskResume(NULL);
// Task code
}What is the issue with calling vTaskResume(NULL) inside a task?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions