mcu: s32k358
rtd: SW32K3_S32M27x_RTD_4.4_4.0.0_P24
freertos: SW32K3_FreeRTOS_10.6.0,
#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY ( 5 )
i debug adc functionality without mcal, the freertos can work well, when adc0_irq priority is 3(<5), the system can enter the adc_isr, but if adc0_irq priority is configured as 7( >5), can't enter isr, would you please help me to solve this issue? thanks a lot.