MPC5743 CAN interrupt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5743 CAN interrupt

243 Views
xuan
Contributor I

HI,

I have a total of three CAN communications, CAN2 uses interrupt reception, I use the same configuration to receive interrupts to CAN0, CAN1. The program will get stuck in the receive interrupt, what is the cause of this, and what is the difference between CAN2 and other CAN receive interrupt configurations

0 Kudos
Reply
1 Reply

194 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

there is no difference in interrupt usage between CAN instances, except of different ISR vector numbers. What does "The program will get stuck in the receive interrupt" mean in fact. Does it mean interrupt is repeatedly called? If yes, be sure interrupt flag is properly cleared. 

BR, Petr

0 Kudos
Reply