This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62A: How to use MCAN Interrupt to external communication with a CAN transceiver module?

Part Number: PROCESSOR-SDK-AM62A

I have configured CAN communication using the MCAN0 port on the AM62a StarterKit.

but there is only one interrupt in the SDK routine, the receive and send share one interrupt, and if the receive and send occur at the same time, the program will run away.

How do I set up two interrupts, one for receiving and one for sending?