<?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: S32K344 FLEXCAN</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003618#M43718</link>
    <description>&lt;P&gt;To ensure successful CAN communication on your S32K3X4 EVB-Q172, correctly configure the protocol clock and bitrate, initialize the FLEXCAN driver, set up message buffers and interrupts, and implement message transmission and reception. Refer to the device reference manual, use the S32K SDK, debug your code, and check hardware connections.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2024 10:06:08 GMT</pubDate>
    <dc:creator>christopher356</dc:creator>
    <dc:date>2024-11-28T10:06:08Z</dc:date>
    <item>
      <title>S32K344 FLEXCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003584#M43716</link>
      <description>&lt;P&gt;1) I am using S32k3X4 EVB-Q172 board . i want to check CAN communication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)My first question is that how to set FLEXCAN protocol clock and bitrate.&lt;/P&gt;&lt;P&gt;3)Here i am attaching my project. could you please check the FLEXCAN&amp;nbsp; Driver configuration and also check my main .c code. tell me if any changes required.&lt;/P&gt;&lt;P&gt;4) I am not getting CAN messages on bus master.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 09:24:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003584#M43716</guid>
      <dc:creator>Anushree_17</dc:creator>
      <dc:date>2024-11-28T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 FLEXCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003618#M43718</link>
      <description>&lt;P&gt;To ensure successful CAN communication on your S32K3X4 EVB-Q172, correctly configure the protocol clock and bitrate, initialize the FLEXCAN driver, set up message buffers and interrupts, and implement message transmission and reception. Refer to the device reference manual, use the S32K SDK, debug your code, and check hardware connections.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 10:06:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003618#M43718</guid>
      <dc:creator>christopher356</dc:creator>
      <dc:date>2024-11-28T10:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 FLEXCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003627#M43719</link>
      <description>&lt;P&gt;Can you please check the Flerxcan driver configuration and main.c code. and tell me what modifications do i need to in the driver configuration and main.c code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so .it will helpful for me.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 10:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003627#M43719</guid>
      <dc:creator>Anushree_17</dc:creator>
      <dc:date>2024-11-28T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 FLEXCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003710#M43724</link>
      <description>&lt;P&gt;Can anyone help me out. please.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 12:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003710#M43724</guid>
      <dc:creator>Anushree_17</dc:creator>
      <dc:date>2024-11-28T12:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 FLEXCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003724#M43726</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;a setting looks correct. Seems just pin init function (Siul2_Port_Ip_Init) is missing in your code.&lt;BR /&gt;Also be sure CAN transceiver is put n normal mode, so keep EN,/STB pins high.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 12:18:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003724#M43726</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-11-28T12:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 FLEXCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003792#M43728</link>
      <description>&lt;P&gt;Hi, petrs.&lt;/P&gt;&lt;P&gt;I have added&amp;nbsp;&lt;SPAN&gt;(Siul2_Port_Ip_Init) it in my main code. Code is building properly but iam not getting the Can message in S-bus. Why?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here iam attaching my project can you check it out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 14:07:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2003792#M43728</guid>
      <dc:creator>Anushree_17</dc:creator>
      <dc:date>2024-11-28T14:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 FLEXCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2004200#M43739</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;as I wrote&amp;nbsp;&lt;SPAN&gt;be sure CAN transceiver is put in normal mode, so keep EN,/STB pins high.&lt;BR /&gt;You initialized /STB to have init value low.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1732869005548.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/313284i4747ED8C883E2AAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1732869005548.png" alt="PetrS_0-1732869005548.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So either change this to high or set pin high within code.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 08:31:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-FLEXCAN/m-p/2004200#M43739</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-11-29T08:31:55Z</dc:date>
    </item>
  </channel>
</rss>

