Whether Flexcan can receive an error frame?

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

Whether Flexcan can receive an error frame?

Jump to solution
199 Views
Alex_mjl
Contributor II

Hi NXP,

    I wonder when the S32G runs Linux on core-A, Flex_CAN controller whether can receive an error frame?

    If receive an error frame from CAN, how do I dump it out?

0 Kudos
1 Solution
160 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @Alex_mjl

Thanks for the question and sorry for the delay.

The Flex_CAN controller is able to receive error frames.

For dumping the frames, you may try the candump tools directly, from my experience, the following command could be used for your reference:

candump -l any,0~0,#FFFFFFFF

Hope it helps.

 

Best Regards

Chenyin

View solution in original post

0 Kudos
1 Reply
161 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @Alex_mjl

Thanks for the question and sorry for the delay.

The Flex_CAN controller is able to receive error frames.

For dumping the frames, you may try the candump tools directly, from my experience, the following command could be used for your reference:

candump -l any,0~0,#FFFFFFFF

Hope it helps.

 

Best Regards

Chenyin

0 Kudos