Hi,
I have a question about CAN in the LPC15xx series.
I use the ROM Driver Interface to create a send and receive program and check the operation.
There is only one CAN interrupt in NVIC.
Therefore, I understand that CAN interrupts are shared for transmission and reception.
Is there a way to handle when CAN transmission and reception overlap?
I am worried that one of the communications will fail when the send and receive overlap.
Best regards
mountain777