<?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のトピックCAN NACK error</title>
    <link>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1194704#M9145</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to run the flexcan_encrypted_s32k144 example project on the S32K144EVB-Q100.&lt;/P&gt;&lt;P&gt;CAN FD disabled and Bitrate 500kbit/s.&lt;/P&gt;&lt;P&gt;When I'm trying to send CAN-messages via Vector I get an the following error and no CAN-message is received on the board:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fedev_0-1607345819586.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/131955iE99442B67E5F9E80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fedev_0-1607345819586.png" alt="fedev_0-1607345819586.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I turn on the TX Self-ACK in vector the board receives the CAN-messages.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fedev_1-1607345915144.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/131956i33C703484CB70ED4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fedev_1-1607345915144.png" alt="fedev_1-1607345915144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I guess the ACK is not set by the board.&lt;/P&gt;&lt;P&gt;I connected two evalboards and they communicate without any issue between each other. Could it be that the example projects ignores the ACK?&lt;BR /&gt;Is there a possibility to configure to check the ACK?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 13:02:51 GMT</pubDate>
    <dc:creator>6T9</dc:creator>
    <dc:date>2020-12-07T13:02:51Z</dc:date>
    <item>
      <title>CAN NACK error</title>
      <link>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1194704#M9145</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to run the flexcan_encrypted_s32k144 example project on the S32K144EVB-Q100.&lt;/P&gt;&lt;P&gt;CAN FD disabled and Bitrate 500kbit/s.&lt;/P&gt;&lt;P&gt;When I'm trying to send CAN-messages via Vector I get an the following error and no CAN-message is received on the board:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fedev_0-1607345819586.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/131955iE99442B67E5F9E80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fedev_0-1607345819586.png" alt="fedev_0-1607345819586.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I turn on the TX Self-ACK in vector the board receives the CAN-messages.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fedev_1-1607345915144.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/131956i33C703484CB70ED4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fedev_1-1607345915144.png" alt="fedev_1-1607345915144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I guess the ACK is not set by the board.&lt;/P&gt;&lt;P&gt;I connected two evalboards and they communicate without any issue between each other. Could it be that the example projects ignores the ACK?&lt;BR /&gt;Is there a possibility to configure to check the ACK?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 13:02:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1194704#M9145</guid>
      <dc:creator>6T9</dc:creator>
      <dc:date>2020-12-07T13:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: CAN NACK error</title>
      <link>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1194946#M9157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes, per description MCU does not acknowledge incoming message properly. It could be fine if you can measure TX/RX and bus lines with scope or analyzer to know if anything is sent by MCU.&lt;/P&gt;
&lt;P&gt;If there is ACK pulse on TX line, then most probably the CAN bit timing is not correctly set. Be sure same sample point is programmed.&lt;BR /&gt;If nothing is seen on TX then maybe pin configuration is wrong.&amp;nbsp;&lt;BR /&gt;You can also try to send anything from the MCU and see if any errors are detected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 20:03:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1194946#M9157</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2020-12-07T20:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: CAN NACK error</title>
      <link>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1195171#M9160</link>
      <description>&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;I checked the lines and the MCU is sending the expected values.&lt;/P&gt;&lt;P&gt;Is there an opportunity to configure the MCU that it ACKs properly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 06:02:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1195171#M9160</guid>
      <dc:creator>6T9</dc:creator>
      <dc:date>2020-12-08T06:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: CAN NACK error</title>
      <link>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1195359#M9163</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as I wrote check CAN bit timing...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 09:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-NACK-error/m-p/1195359#M9163</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2020-12-08T09:12:13Z</dc:date>
    </item>
  </channel>
</rss>

