CAN Extended Frame Loss

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

CAN Extended Frame Loss

213 Views
Sylvia_jiang
Contributor III

Hi Nxp Community,

            I am working with burst of CAN BUS traffic influence on Can transmission on. I found a few of extended frames are loss occasionally when seven terminals  were loaded on CAN BUS. But when a single or two terminals are loaded on bus they perform successfully (transmit two messages every 10 ms). I captured some CAN messages as below by NI-XNET Bus Monitor tool.

Sylvia_jiang_0-1715332592342.png

         Could I ask some questions about FlexCAN transmision drivers?  Is there any function or configuration to retry on pending, timeout or busy or fail? I use FlexCAN_Ip_SendBlocking to transmit message that seems no retry. Looking forward to reply.

BR

Sylvia

0 Kudos
3 Replies

167 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

if using blocking function it return when message is successfully transmitted or timeout happens. Prepared message is sent on first opportunity window on the bus, so if you have other nodes that wins bus arbitration it can simple happen you got timeout more often. In case of timeout a driver aborts prepared MB so message is finally either transmitted or not and you should have indication about that. In case of abort to send it again you need to prepare new transmission. In case of error detected message is resent automatically by module.

BR, Petr

0 Kudos

149 Views
Sylvia_jiang
Contributor III

Hi PetrS,

       Really appreciate for your reply.  " In case of timeout a driver aborts prepared MB so message is finally either transmitted or not and you should have indication about that " that means "FLEXCAN_TX_ABORT" indicates MB message has not been transmitted. I should prepare new transmission to avoid can frame loss when FlexCAN_Ip_SendBlocking return "FLEXCAN_STATUS_TIMEOUT" . Is it right?

Sylvia_jiang_0-1716174073964.pngSylvia_jiang_1-1716174134822.png

 

BR,

Sylvia

0 Kudos

145 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

yes, correct.

BR, Petr

0 Kudos