S32K144 CAN Reciver Problem

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

S32K144 CAN Reciver Problem

1,430件の閲覧回数
eautopower
Contributor IV

I interrupt the receiver using CAN. Why is the message received by the last host sent instead of the message sent by the current host?

example

The host sends a 3 message and ID respectively is 0X1818,0X1819,0X1820, when the host sends the first message from ID 0X1818, but the slave interrupt receiving first frame message ID is 0, the data is empty, when the host sends a second message and the ID is 0X1819, but from the machine to interrupt reception is ID for a 0X1818 message, when a host sends third frame message, ID is 0X1820, but slave interrupt received frame message sent by a host is second, ID is 0x1819.

C coder:

pastedImage_1.png

and the RXMGMASK configured:

pastedImage_2.png

0 件の賞賛
返信
0 返答(返信)