FlexCAN receiving message problem

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

FlexCAN receiving message problem

188 Views
sagar991
Contributor II

I am trying to send a message from FlexCAN0 MB to FlexCAN1 MB. But the message is not loading in the message buffer of FlexCAN1. I have attached the project.

I am using S32K3X4EVB-T172 board.

0 Kudos
1 Reply

165 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @sagar991,

I have not tested your project, but the issue could be that you are installing the same handler for both CAN0 and CAN1 in your main code:

Julin_AragnM_1-1714086901163.png

Julin_AragnM_2-1714086931103.png

It seems CAN1 IRQ Handler is not declared.

Best regards,
Julián

 

0 Kudos