how to config S32K CAN to receive all ID messages

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

how to config S32K CAN to receive all ID messages

Jump to solution
985 Views
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

Tags (1)
0 Kudos
1 Solution
820 Views
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

View solution in original post

0 Kudos
1 Reply
821 Views
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 Kudos