how to config S32K CAN to receive all ID messages

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to config S32K CAN to receive all ID messages

ソリューションへジャンプ
1,060件の閲覧回数
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 解決策
895件の閲覧回数
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 返信
896件の閲覧回数
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 件の賞賛