<?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のトピックWhy is the SDK code different from the Reference Manual about FLEXCAN_EnterFreezeMode</title>
    <link>https://community.nxp.com/t5/S32-SDK/Why-is-the-SDK-code-different-from-the-Reference-Manual-about/m-p/1173454#M1948</link>
    <description>&lt;P&gt;My code often dies in "while (((base-&amp;gt;MCR &amp;amp; CAN_MCR_FRZACK_MASK) &amp;gt;&amp;gt; CAN_MCR_FRZACK_SHIFT) == 0U) {}" of the FLEXCAN_EnterFreezeMode.&lt;/P&gt;&lt;P&gt;So, I check the S32K-RM-V12.1. in the reference manual, the while() code should do a timeout process.&lt;/P&gt;&lt;P&gt;Why the SDK is different from the RM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code of S32K1xx SDK RTM 3.0.2 about FLEXCAN_EnterFreezeMode()&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDK_RTM_3.0.2.png" style="width: 650px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128344i44A9E1DEC5051FF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDK_RTM_3.0.2.png" alt="SDK_RTM_3.0.2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is the Reference Manual of S32K-RM-V12.1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S32K-RM-V12.1.png" style="width: 600px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128345i962F3606B383430F/image-size/large?v=v2&amp;amp;px=999" role="button" title="S32K-RM-V12.1.png" alt="S32K-RM-V12.1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 01:55:36 GMT</pubDate>
    <dc:creator>香龙朱</dc:creator>
    <dc:date>2020-10-27T01:55:36Z</dc:date>
    <item>
      <title>Why is the SDK code different from the Reference Manual about FLEXCAN_EnterFreezeMode</title>
      <link>https://community.nxp.com/t5/S32-SDK/Why-is-the-SDK-code-different-from-the-Reference-Manual-about/m-p/1173454#M1948</link>
      <description>&lt;P&gt;My code often dies in "while (((base-&amp;gt;MCR &amp;amp; CAN_MCR_FRZACK_MASK) &amp;gt;&amp;gt; CAN_MCR_FRZACK_SHIFT) == 0U) {}" of the FLEXCAN_EnterFreezeMode.&lt;/P&gt;&lt;P&gt;So, I check the S32K-RM-V12.1. in the reference manual, the while() code should do a timeout process.&lt;/P&gt;&lt;P&gt;Why the SDK is different from the RM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code of S32K1xx SDK RTM 3.0.2 about FLEXCAN_EnterFreezeMode()&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDK_RTM_3.0.2.png" style="width: 650px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128344i44A9E1DEC5051FF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDK_RTM_3.0.2.png" alt="SDK_RTM_3.0.2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is the Reference Manual of S32K-RM-V12.1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S32K-RM-V12.1.png" style="width: 600px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128345i962F3606B383430F/image-size/large?v=v2&amp;amp;px=999" role="button" title="S32K-RM-V12.1.png" alt="S32K-RM-V12.1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 01:55:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Why-is-the-SDK-code-different-from-the-Reference-Manual-about/m-p/1173454#M1948</guid>
      <dc:creator>香龙朱</dc:creator>
      <dc:date>2020-10-27T01:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the SDK code different from the Reference Manual about FLEXCAN_EnterFreezeMode</title>
      <link>https://community.nxp.com/t5/S32-SDK/Why-is-the-SDK-code-different-from-the-Reference-Manual-about/m-p/1176653#M1950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the SW reset is simply not implemented in present SDK.&lt;/P&gt;
&lt;P&gt;As far as I know should be added in next SDK version (4.0.1).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 12:39:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Why-is-the-SDK-code-different-from-the-Reference-Manual-about/m-p/1176653#M1950</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2020-11-02T12:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the SDK code different from the Reference Manual about FLEXCAN_EnterFreezeMode</title>
      <link>https://community.nxp.com/t5/S32-SDK/Why-is-the-SDK-code-different-from-the-Reference-Manual-about/m-p/1183028#M1954</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:23:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Why-is-the-SDK-code-different-from-the-Reference-Manual-about/m-p/1183028#M1954</guid>
      <dc:creator>香龙朱</dc:creator>
      <dc:date>2020-11-13T09:23:07Z</dc:date>
    </item>
  </channel>
</rss>

