SPRUJ79 November 2024 F29H850TU
User-configured interrupt priority is configured in software through the INT_CONFIG.PRI_LEVEL field that exists for every interrupt. The lower the PRI_LEVEL, the higher the priority of the interrupt. For example, an interrupt with PRI_LEVEL = 0 is serviced before an interrupt with PRI_LEVEL = 1 if both arrive at the same time.
When multiple interrupts are configured to the same PRI_LEVEL, the interrupts with the same PRI_LEVEL use the index-based fixed interrupt priority to determine the highest priority interrupt.