FreeRTOS - Interrupt Management
Identify the problem in this FreeRTOS code snippet:
taskENTER_CRITICAL(); sharedCounter++; // Missing taskEXIT_CRITICAL();
taskENTER_CRITICAL(); sharedCounter++; // Missing taskEXIT_CRITICAL();
taskENTER_CRITICAL() but does not call taskEXIT_CRITICAL() to re-enable interrupts.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions