<?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: Sending and receiving CAN message in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Sending-and-receiving-CAN-message/m-p/1331365#M11869</link>
    <description>&lt;P&gt;Hi Jim ,&lt;/P&gt;&lt;P&gt;Thank you for your reply ! I'll give it a try.&lt;/P&gt;&lt;P&gt;BR!&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 02:24:09 GMT</pubDate>
    <dc:creator>showfaker66</dc:creator>
    <dc:date>2021-08-30T02:24:09Z</dc:date>
    <item>
      <title>Sending and receiving CAN message</title>
      <link>https://community.nxp.com/t5/S32K/Sending-and-receiving-CAN-message/m-p/1331302#M11867</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6e1e55a7144beb288ecc7877c765d5e.png" style="width: 646px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/154385iF7E772F37048FAA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="6e1e55a7144beb288ecc7877c765d5e.png" alt="6e1e55a7144beb288ecc7877c765d5e.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="21c44d861c749b6359e3b7ed4c39dbe.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/154386i8556C52DA32606F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="21c44d861c749b6359e3b7ed4c39dbe.png" alt="21c44d861c749b6359e3b7ed4c39dbe.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;Please comment ,I use the code of CAN_PAL in the routine, and then connect the board to the canoe. After running the code, I press the break button and no signal is received on the canoe software.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;I tried to make up a message by myself, the ID of the receiving message is set as 2 in the routine. Why the canoe software does not receive after being sent ? The LED on the board did not flip.&lt;BR /&gt;According to the effect in the code, I should send a message to the specified ID as 2, the light on the board will flip.&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 09:32:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sending-and-receiving-CAN-message/m-p/1331302#M11867</guid>
      <dc:creator>showfaker66</dc:creator>
      <dc:date>2021-08-29T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sending and receiving CAN message</title>
      <link>https://community.nxp.com/t5/S32K/Sending-and-receiving-CAN-message/m-p/1331346#M11868</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;showfaker66&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Try this configure:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1630288184543.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/154397i9C00065DC60D9342/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Senlent_0-1630288184543.png" alt="Senlent_0-1630288184543.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Disable CAN FD &amp;amp; choose Buffer payload size as "CAN_PALYLOAD_SIZE_8 ".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1630288319131.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/154398iF8A7FD839ED7259F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Senlent_1-1630288319131.png" alt="Senlent_1-1630288319131.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;it works fine when use this configure.&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 01:52:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sending-and-receiving-CAN-message/m-p/1331346#M11868</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-08-30T01:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sending and receiving CAN message</title>
      <link>https://community.nxp.com/t5/S32K/Sending-and-receiving-CAN-message/m-p/1331365#M11869</link>
      <description>&lt;P&gt;Hi Jim ,&lt;/P&gt;&lt;P&gt;Thank you for your reply ! I'll give it a try.&lt;/P&gt;&lt;P&gt;BR!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 02:24:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Sending-and-receiving-CAN-message/m-p/1331365#M11869</guid>
      <dc:creator>showfaker66</dc:creator>
      <dc:date>2021-08-30T02:24:09Z</dc:date>
    </item>
  </channel>
</rss>

