CAN Debug problem

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

CAN Debug problem

380 Views
yiguangtang
Contributor I

One of the problems I encountered during debugging was to select filter mode A and call the FlexCAN_Ip_ConfigRxFifo function.

0x00F00000 is set in the incoming configuration table, extending frame. Extended frames can be received normally, but standard frames can also be received.

If isExtendedFrame is true, it can receive extended frames of 0x00F00000 and standard frames of 0x3C. If isExtendedFrame is false, set 0x00F00000 and no data will come in7b774ccdec7034974bea74d1d240d2b.png201c7aa55b9f33c738bcbe859f39ca8.png

0 Kudos
Reply
1 Reply

342 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

after RXFIFO table is configured, check content of MCR, CTRL2, RXIMRx registers and ID table area. Is there all as expected?
Do you have properly set RXIMR register to have bit30 set so IDE bit is compared?

BR, Petr

0 Kudos
Reply