FreeRTOS - Interrupt Management
What is wrong with this ISR code snippet if configMAX_SYSCALL_INTERRUPT_PRIORITY is set to 0x30?
void ISR_Handler(void) {
vTaskDelay(10);
}What is wrong with this ISR code snippet if configMAX_SYSCALL_INTERRUPT_PRIORITY is set to 0x30?
void ISR_Handler(void) {
vTaskDelay(10);
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions