In the event of an MCAN busoff, the following function is called in the transmit interrupt to recover from the busoff.
MCAN_setOpMode(baseAddr, MCAN_OPERATION_MODE_NORMAL);
Two CANs are used. With MCAN0 with baseAddr = 0x52600000, recovery from BusOff works, but with MCAN3 with basAddr = 0x52630000 and a lot of data transfer on the bus, the firmware crashes.
What could be the reason for this?
(SDK 10.00.00 is used)

