FreeRTOS - Interrupt Management
You have a FreeRTOS system on a Cortex-M7 with 5 priority bits. You want to allow interrupts with priority 16 and lower (numerically higher) to call FreeRTOS API safely. What should configMAX_SYSCALL_INTERRUPT_PRIORITY be set to?
Note: Priority values are shifted left to fill the 8-bit priority register.
