Hello,
We use
- S32K144W
- S32DS 3.3
- SDK RTM 4.0.1
- CAN without FD
Maybe this is something wrong, but in which context CANx_Error_IRQHandler is called?
Is there any example for handling CAN bus errors using the FlexCan driver?
Basically, we disconnect the CAN bus which means an aknowledge error, but it is never called. We have introduced error in the bus and this fuctions is never called

We saw that in FLEXCAN_EnableIRQs::L617 the IRQ is enabled. However, we are not sure in which context CANx_Error_IRQHandler is called
Thanks in advance,