FlexCan: individual masking does not work

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

FlexCan: individual masking does not work

ソリューションへジャンプ
1,477件の閲覧回数
kilobyte
Contributor I

Hi community,

I want to use individual masking functionality of FlexCAN by setup a mask to received CAN Message.

My setup is the following:

- use MB1 as receive message box

- IDAM bit = Format A

- IRMQ bit = 1 (individual masking is enabled and FIFO is not used)

- RXIMR1 = 0x00000700 (I want to receive all IDs between 0x300 and 0x3FF)

- ID = 0x300 therfore in MB[1].ID it is 0xC000000

I verified  that the RXIMR1 register is written correctly in FreezeMode

I also verified that MB[1].ID is also written correctly.

Why do I get all CAN ID´s with this Setup and the defined mask (0x700) has no effect ?

Is there any additional configuration which I missed ?

Thanks for your help.

Jochen

0 件の賞賛
返信
1 解決策
1,117件の閲覧回数
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Jochen,

Please check below message buffer structure:

2015-07-09_12-29-35.png

The standard frame ID is from bit 28 to bit 18.

So the RXIMR1 = 0x00000700 should change to RXIMR1 = 0x1C000000

Wish it helps.


Have a great day,
Ma Hui

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,117件の閲覧回数
kilobyte
Contributor I

Hi Ma Hui,

thanks a lot for your Support!

That was exactly the solution I needed.

Now it works perfect!

Regards

Jochen

0 件の賞賛
返信
1,118件の閲覧回数
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Jochen,

Please check below message buffer structure:

2015-07-09_12-29-35.png

The standard frame ID is from bit 28 to bit 18.

So the RXIMR1 = 0x00000700 should change to RXIMR1 = 0x1C000000

Wish it helps.


Have a great day,
Ma Hui

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信