<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>S32KのトピックRe: CAN Extended Frame Loss</title>
    <link>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1868509#M35546</link>
    <description>&lt;P&gt;Hi PetrS，&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Really appreciate for your reply.&amp;nbsp; "&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;In case of timeout a driver aborts prepared MB so message is finally either transmitted or not and you should have indication about that&lt;/EM&gt; " 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?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sylvia_jiang_0-1716174073964.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279542i77DA78EE488AB2BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sylvia_jiang_0-1716174073964.png" alt="Sylvia_jiang_0-1716174073964.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sylvia_jiang_1-1716174134822.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279544iBD4B5D8E0E65D007/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sylvia_jiang_1-1716174134822.png" alt="Sylvia_jiang_1-1716174134822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Sylvia&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2024 03:03:00 GMT</pubDate>
    <dc:creator>Sylvia_jiang</dc:creator>
    <dc:date>2024-05-20T03:03:00Z</dc:date>
    <item>
      <title>CAN Extended Frame Loss</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1863338#M35207</link>
      <description>&lt;P&gt;Hi Nxp Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am working with burst of CAN BUS traffic influence on Can transmission on. I found&amp;nbsp;a few of extended frames are loss occasionally when seven terminals&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sylvia_jiang_0-1715332592342.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/278182i344E069CA2F54F5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sylvia_jiang_0-1715332592342.png" alt="Sylvia_jiang_0-1715332592342.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Could I ask some questions about FlexCAN transmision drivers?&amp;nbsp; Is there any function or configuration to retry on pending, timeout or busy or fail? I use&amp;nbsp;FlexCAN_Ip_SendBlocking to transmit message that seems no retry. Looking forward to reply.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sylvia&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:29:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1863338#M35207</guid>
      <dc:creator>Sylvia_jiang</dc:creator>
      <dc:date>2024-05-10T09:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Extended Frame Loss</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1866239#M35406</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 11:16:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1866239#M35406</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-05-15T11:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Extended Frame Loss</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1868509#M35546</link>
      <description>&lt;P&gt;Hi PetrS，&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Really appreciate for your reply.&amp;nbsp; "&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;In case of timeout a driver aborts prepared MB so message is finally either transmitted or not and you should have indication about that&lt;/EM&gt; " 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?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sylvia_jiang_0-1716174073964.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279542i77DA78EE488AB2BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sylvia_jiang_0-1716174073964.png" alt="Sylvia_jiang_0-1716174073964.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sylvia_jiang_1-1716174134822.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279544iBD4B5D8E0E65D007/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sylvia_jiang_1-1716174134822.png" alt="Sylvia_jiang_1-1716174134822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Sylvia&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 03:03:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1868509#M35546</guid>
      <dc:creator>Sylvia_jiang</dc:creator>
      <dc:date>2024-05-20T03:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Extended Frame Loss</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1868669#M35557</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes, correct.&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 07:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Extended-Frame-Loss/m-p/1868669#M35557</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-05-20T07:29:13Z</dc:date>
    </item>
  </channel>
</rss>

