<?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: S32K144-EERPOM problem in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991062#M5816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modify the demo like below,I add the "FLASH_DRV_EraseAllBlock" command .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97082iDA9572DD4A177932/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I change the target to &lt;STRONG&gt;Debug_RAM&amp;nbsp;&lt;/STRONG&gt;and I can see the function is located to the RAM.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96367i1998BCF7FDEFBCBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debug the demo step by step .But when it run to the line &lt;STRONG&gt;FTFx_FSTAT |= FTFx_FSTAT_CCIF_MASK;&lt;/STRONG&gt;in the&lt;STRONG&gt;&amp;nbsp; function&amp;nbsp;&lt;/STRONG&gt;"&lt;STRONG&gt;FLASH_DRV_CommandSequence&lt;/STRONG&gt;" in the &lt;STRONG&gt;FLASH_DRV_EraseAllBlock ,&lt;/STRONG&gt;an error occurred like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96423i7F0CFE2643368014/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, what's the reason?How to use&amp;nbsp;&lt;STRONG&gt;FLASH_DRV_EraseAllBlock &lt;/STRONG&gt;correctty?&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Mar 2020 08:05:35 GMT</pubDate>
    <dc:creator>cqhcau</dc:creator>
    <dc:date>2020-03-07T08:05:35Z</dc:date>
    <item>
      <title>S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991060#M5814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the offical SDK&amp;nbsp;demo"flash_partitioning_s32144" and debug with OPEN SDA.&lt;/P&gt;&lt;P&gt;I run the project once and it works, the eeprom can work normally.&lt;/P&gt;&lt;P&gt;But I want to&amp;nbsp;make another DEFlashPartition with&amp;nbsp;a different configuration。I found the&amp;nbsp;previous&amp;nbsp;&lt;SPAN&gt;DEFlashPartition information&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;already exist.So I need a "mass erase" or "erase all blocks" to clear the&amp;nbsp;configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question:&lt;STRONG&gt;How to&amp;nbsp;perform&amp;nbsp;"mass erase" or "erase all blocks"？&lt;/STRONG&gt;I&amp;nbsp;select the "Emergency Kinetis Device Recovery by Full Chip Erase" in the Debug Configurations " but no use.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2020 02:43:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991060#M5814</guid>
      <dc:creator>cqhcau</dc:creator>
      <dc:date>2020-03-05T02:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991061#M5815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 12:22:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991061#M5815</guid>
      <dc:creator>cqhcau</dc:creator>
      <dc:date>2020-03-06T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991062#M5816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modify the demo like below,I add the "FLASH_DRV_EraseAllBlock" command .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97082iDA9572DD4A177932/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I change the target to &lt;STRONG&gt;Debug_RAM&amp;nbsp;&lt;/STRONG&gt;and I can see the function is located to the RAM.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96367i1998BCF7FDEFBCBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debug the demo step by step .But when it run to the line &lt;STRONG&gt;FTFx_FSTAT |= FTFx_FSTAT_CCIF_MASK;&lt;/STRONG&gt;in the&lt;STRONG&gt;&amp;nbsp; function&amp;nbsp;&lt;/STRONG&gt;"&lt;STRONG&gt;FLASH_DRV_CommandSequence&lt;/STRONG&gt;" in the &lt;STRONG&gt;FLASH_DRV_EraseAllBlock ,&lt;/STRONG&gt;an error occurred like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96423i7F0CFE2643368014/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, what's the reason?How to use&amp;nbsp;&lt;STRONG&gt;FLASH_DRV_EraseAllBlock &lt;/STRONG&gt;correctty?&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2020 08:05:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991062#M5816</guid>
      <dc:creator>cqhcau</dc:creator>
      <dc:date>2020-03-07T08:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991063#M5817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/cqhcau@163.com"&gt;cqhcau@163.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seen the &lt;STRONG&gt;FLASH_DRV_EraseAllBlock&lt;/STRONG&gt; clear the flash configuration field I will suggest trying the&amp;nbsp;&lt;STRONG&gt;FLASH_DRV_EraseAllBlockUnsecure&lt;/STRONG&gt; API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, be sure that the command is executed from RAM since al the flash will be cleared after this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 21:55:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991063#M5817</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-03-09T21:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991064#M5818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks，first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I use the function FLASH_DRV_EraseAllBlockUnsecure, but also with an error. Could you give me a demo of how to use erase all command.Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 03:16:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991064#M5818</guid>
      <dc:creator>cqhcau</dc:creator>
      <dc:date>2020-03-10T03:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991065#M5819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/cqhcau@163.com"&gt;cqhcau@163.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would find attached the main file using the RTM 3.0.0 and the S32K Design Studio. You can substitute the main code from the example flash_partitioning_s32k144 by this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that you need to run this using the debugRAM option.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98018iA0486D3BCEF8FA60/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know if this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 18:43:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991065#M5819</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-03-10T18:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991066#M5820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 12.6px;"&gt;Alexis Andalon&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 12.6px;"&gt;&amp;nbsp; &amp;nbsp;I change my project&amp;nbsp;follow your instructions,but also with the same error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 12.6px;"&gt;&amp;nbsp; The attach is my project and below pictures&amp;nbsp;are the main EmSys Registers.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;Best Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98934iBCA581783405E3F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99047iE7B061B6C3DCE88C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99140i0808C9BE60196F89/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 00:26:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991066#M5820</guid>
      <dc:creator>cqhcau</dc:creator>
      <dc:date>2020-03-11T00:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144-EERPOM problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991067#M5821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/cqhcau@163.com"&gt;cqhcau@163.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's very strange since I'm running this example without any problems:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97276iB044590DE0DBD7DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Did you do any additional settings for this? You need to first run a debug session, stop it and after running again to enter the FLASH_DRV_EraseAllBlockUnsecure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are my setting for the flash component:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97349i9247C69E7E41F6AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2020 16:19:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-EERPOM-problem/m-p/991067#M5821</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-03-19T16:19:14Z</dc:date>
    </item>
  </channel>
</rss>

