Hi NXP devs,
I am using S32K144 to make a OBD product, I need to use the interrupt mode of flexcan, but I cannot find the sample code to use the SDK api.
Below code is what I did in my project to initialize the flexcan:

After the initialization, when I send a frame, the callback function is called,

And the code is always print the log, I think I need to clear the send interrupt flag int he callback function, but Id don't know how to do it.
Where I can find the way to do the interrupt mode with flexcan.
Please advice.


