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?