<?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>topic Re: S32K3x4-Q172 CAN bus example in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/2061292#M46740</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using s32k356 and I'm trying to transmit data to CAN Analayzer. But im getting CAN error status . Could you please help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FLEXCAN_IP.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/327975i5A7E0F8EBAF5B3B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="FLEXCAN_IP.jpeg" alt="FLEXCAN_IP.jpeg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FLEXCAN_IP1.jpeg.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/327976iDC4523F2D6CC7F7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FLEXCAN_IP1.jpeg.png" alt="FLEXCAN_IP1.jpeg.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 12:12:40 GMT</pubDate>
    <dc:creator>Shivanand</dc:creator>
    <dc:date>2025-03-13T12:12:40Z</dc:date>
    <item>
      <title>S32K3x4-Q172 CAN bus example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1501279#M16894</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am facing issues in running the CAN bus example for S32k3&lt;BR /&gt;I am using example code from S32k3 RTD Autosar 4.4 2.0.1 D2207&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot see any CAN message on PCAN tool&lt;BR /&gt;&lt;BR /&gt;S32K3x4-Q172 Eval board uses&amp;nbsp;TJA1043TKY , does it need a separate MCAL stack for integration?&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EVAL_transreciever.PNG" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/189382iDF59E3CFB0089880/image-size/small?v=v2&amp;amp;px=200" role="button" title="EVAL_transreciever.PNG" alt="EVAL_transreciever.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Similarly do i need to configure PORT driver and DIO driver?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 04:51:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1501279#M16894</guid>
      <dc:creator>vlele</dc:creator>
      <dc:date>2022-08-08T04:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3x4-Q172 CAN bus example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1502420#M16943</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;vlele,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;description.txt in that project said that &lt;EM&gt;This is an CAN HLD driver component &lt;STRONG&gt;LoopBack&lt;/STRONG&gt; example.&lt;/EM&gt; So you can not&amp;nbsp;cannot see any CAN message on PCAN tool.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You&amp;nbsp;may need to configure PORT driver and DIO driver by yourself.(LoopBack example usually doesn't configure these)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry for the inconvenience we bring you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 08:14:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1502420#M16943</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-08-08T08:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3x4-Q172 CAN bus example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1502554#M16950</link>
      <description>&lt;P&gt;Hi Robin,&lt;BR /&gt;I got it working (based on the bare-metal code shared by you)&lt;BR /&gt;I was able to set the PINS using the the PORT driver utility.&lt;BR /&gt;DIO was not needed.&lt;BR /&gt;&lt;SPAN&gt;S32k3 RTD Autosar 4.4 2.0.1 D2207&lt;/SPAN&gt;&lt;BR /&gt;IDE: S32DS 3.5&lt;BR /&gt;&lt;BR /&gt;Attaching the the source code. Let me know your thoughts on it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 12:49:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1502554#M16950</guid>
      <dc:creator>vlele</dc:creator>
      <dc:date>2022-08-08T12:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3x4-Q172 CAN bus example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1799636#M31311</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191568"&gt;@vlele&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I was also getting the same issue like you following is the code. Like you said I added port driver in the example 'FlexCAN_Ip_Example_S32k344'.Attaching the code below.&lt;/P&gt;&lt;P&gt;I am also attaching 'CAN_Example_S32k344' .Can you also solve the issue in this?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;Please look in the matter as soon as possible&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 08:03:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/1799636#M31311</guid>
      <dc:creator>avinashstarkenn</dc:creator>
      <dc:date>2024-02-01T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3x4-Q172 CAN bus example</title>
      <link>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/2061292#M46740</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57959"&gt;@Robin_Shen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using s32k356 and I'm trying to transmit data to CAN Analayzer. But im getting CAN error status . Could you please help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FLEXCAN_IP.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/327975i5A7E0F8EBAF5B3B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="FLEXCAN_IP.jpeg" alt="FLEXCAN_IP.jpeg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FLEXCAN_IP1.jpeg.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/327976iDC4523F2D6CC7F7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FLEXCAN_IP1.jpeg.png" alt="FLEXCAN_IP1.jpeg.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 12:12:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3x4-Q172-CAN-bus-example/m-p/2061292#M46740</guid>
      <dc:creator>Shivanand</dc:creator>
      <dc:date>2025-03-13T12:12:40Z</dc:date>
    </item>
  </channel>
</rss>

