IIn my test project, I am using the S32K146 mcal CAN and have configured the CAN reception to be interrupt-based. However, it consistently fails to enter the receive interrupt. Could you please take a look and see if there are any configuration errors.
Hi@binZhang01
1.delete this
2.Note that if you set it up this way, you will need to send an extended frame to trigger an interrupt.
When I debugged, it still didn't enter the Can_CommonIrqCallback function.