how to config S32K CAN to receive all ID messages

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

how to config S32K CAN to receive all ID messages

跳至解决方案
1,285 次查看
kun_wang
Contributor II

HI  :

now i have a problem, we want to make our can receive all ID meassages,so i want to use FIFO,but it does not work. i donot know how to use fifo. please help me

标记 (1)
0 项奖励
回复
1 解答
1,120 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

you can refer to below example for RXFIFO usage within SDK

https://community.nxp.com/docs/DOC-343091 

But the RXFIFO itself does not help you to receive all IDs, matching is also done over RXFIFO ID filter table. If you want to receive all IDs you need to clear respective mask acceptance registers, so the receive ID is then don't care.

BR, Petr

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,121 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

you can refer to below example for RXFIFO usage within SDK

https://community.nxp.com/docs/DOC-343091 

But the RXFIFO itself does not help you to receive all IDs, matching is also done over RXFIFO ID filter table. If you want to receive all IDs you need to clear respective mask acceptance registers, so the receive ID is then don't care.

BR, Petr

0 项奖励
回复