FreeRTOS - Interrupt Management
You have two ISRs: ISR_A (priority 3) and ISR_B (priority 5). ISR_A uses a FreeRTOS API function that disables interrupts up to priority 4. What happens if ISR_B triggers while ISR_A is running?
You have two ISRs: ISR_A (priority 3) and ISR_B (priority 5). ISR_A uses a FreeRTOS API function that disables interrupts up to priority 4. What happens if ISR_B triggers while ISR_A is running?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions