<?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>S32 SDKのトピックRe: CAN Failing sporadically during overnight Testing</title>
    <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1806563#M3616</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;could you please specify an MCU you have and S32DS and SDK version you are using?&lt;BR /&gt;What does "failing" mean in fact? Can you described behavior in more detail?&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 13:25:34 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2024-02-14T13:25:34Z</dc:date>
    <item>
      <title>CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1805839#M3612</link>
      <description>&lt;P&gt;I am facing a sporadic issue when I run the CAN for overnight testing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;xQueueSendToBack interface to transmit CAN messages.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Can_pal1_instance configuration is as follows :&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;can_user_config_t&lt;/SPAN&gt; &lt;SPAN&gt;can_pal1_Config0&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;txBuffNum&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;16UL&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;rxBuffNum&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;16UL&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;mode&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;CAN_NORMAL_MODE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;peClkSrc&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;CAN_CLK_SOURCE_OSC&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;enableFD&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;payloadSize&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;CAN_PAYLOAD_SIZE_8&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;nominalBitrate&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;propSeg&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;7&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;phaseSeg1&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;phaseSeg2&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;preDivider&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;rJumpwidth&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;dataBitrate&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;propSeg&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;7&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;phaseSeg1&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;phaseSeg2&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;preDivider&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;rJumpwidth&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;extension&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;NULL&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Feb 2024 13:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1805839#M3612</guid>
      <dc:creator>Bhuvaneshwaran_K</dc:creator>
      <dc:date>2024-02-13T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1806563#M3616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;could you please specify an MCU you have and S32DS and SDK version you are using?&lt;BR /&gt;What does "failing" mean in fact? Can you described behavior in more detail?&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:25:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1806563#M3616</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-02-14T13:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1806567#M3617</link>
      <description>&lt;P&gt;The MCU used is MPC5746C. The SDK version used here is 3.0.3&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below error message is showcased after a period of time&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;359.003277 1 Statistic: D 4 R 0 XD 0 XR 0 E 0 O 0 B 0.09%&lt;BR /&gt;359.003277 CAN 1 Status:chip status error active&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:31:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1806567#M3617</guid>
      <dc:creator>Bhuvaneshwaran_K</dc:creator>
      <dc:date>2024-02-14T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1809031#M3622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;not sure of the log you posted. Is it something you created/send in your code?&lt;BR /&gt;If the error active status points to FlexCAN module&amp;nbsp;Fault Confinement State ESR1[FLTCONF], then error active could not point to significant issue. FlexCAN is starting from error active state, it is kept until error counters are below 128. If you detect any error you should read ECR/ESR1 register to know a source of error and react accordingly.&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 10:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1809031#M3622</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-02-15T10:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1809080#M3623</link>
      <description>The log is something which we get in Vector CANoe</description>
      <pubDate>Thu, 15 Feb 2024 11:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1809080#M3623</guid>
      <dc:creator>Bhuvaneshwaran_K</dc:creator>
      <dc:date>2024-02-15T11:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1809471#M3624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I do not know CANoe, so what does that say?&lt;BR /&gt;What is an issue on MCU side?&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 20:41:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1809471#M3624</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-02-15T20:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1831070#M3670</link>
      <description>&lt;P&gt;MCU used is MPC5746C.&amp;nbsp;&lt;/P&gt;&lt;P&gt;S32 Version : S32 Design Studio for Power Architecture; Version: 2.1&lt;/P&gt;&lt;P&gt;SDK version :&amp;nbsp;S32_SDK_S32PA_RTM_3.0.3.&lt;/P&gt;&lt;P&gt;The CAN transmission is not happening after a period of time, say 4 hours during overnight testing.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 10:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1831070#M3670</guid>
      <dc:creator>Bhuvaneshwaran_K</dc:creator>
      <dc:date>2024-03-19T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Failing sporadically during overnight Testing</title>
      <link>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1839306#M3705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;does it mean you cannot prepare TX MB using Send function or this is possible, TX MB is prepared for transmission but module does not send the message out?&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 11:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/CAN-Failing-sporadically-during-overnight-Testing/m-p/1839306#M3705</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-04-02T11:22:13Z</dc:date>
    </item>
  </channel>
</rss>

