FlexCAN receiving message problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

FlexCAN receiving message problem

919 次查看
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 项奖励
回复
1 回复

896 次查看
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 项奖励
回复