Hi @siyuanzhengwei
In S32K3 devices, only certain pins support external interrupt functionality. You can see which pins are interrupt‑capable in the Pins tool of S32 ConfigTools and in the MCU IOMUX file provided with the S32K3 Reference Manual.
It is possible to assign different external interrupts to different pins, as long as each pin maps to a different EIRQ channel. However, it is not possible to configure multiple pins that share the same EIRQ number as external interrupts at the same time, because this would create conflicts; each EIRQ channel can only be assigned to one pin at a time.
BR, VaneB