<?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>CodeWarrior Development ToolsのトピックFull run erase eeprom block command error</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Full-run-erase-eeprom-block-command-error/m-p/849547#M7312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Development Environment :&amp;nbsp; MCU --- mc9s12g128&amp;nbsp; &amp;nbsp; &amp;nbsp;IDE --- codewarrior 5.9.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1. Erase eeprom block command code relocate to the RAM.&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/66393i71813D84055A8F1D/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;&amp;nbsp; 2. datasheet&amp;nbsp;description&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/66394i836B96A5475A462B/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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3. full run is error ,&amp;nbsp;note ILLEGAL_BP ,&amp;nbsp; why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 03:19:54 GMT</pubDate>
    <dc:creator>jjr_net</dc:creator>
    <dc:date>2018-07-25T03:19:54Z</dc:date>
    <item>
      <title>Full run erase eeprom block command error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Full-run-erase-eeprom-block-command-error/m-p/849547#M7312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Development Environment :&amp;nbsp; MCU --- mc9s12g128&amp;nbsp; &amp;nbsp; &amp;nbsp;IDE --- codewarrior 5.9.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1. Erase eeprom block command code relocate to the RAM.&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/66393i71813D84055A8F1D/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;&amp;nbsp; 2. datasheet&amp;nbsp;description&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/66394i836B96A5475A462B/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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3. full run is error ,&amp;nbsp;note ILLEGAL_BP ,&amp;nbsp; why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 03:19:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Full-run-erase-eeprom-block-command-error/m-p/849547#M7312</guid>
      <dc:creator>jjr_net</dc:creator>
      <dc:date>2018-07-25T03:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Full run erase eeprom block command error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Full-run-erase-eeprom-block-command-error/m-p/849548#M7313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: small;"&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to read from EEPROM memory while a command is executing on P-Flash memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer GN32-EEPROM-EW-CW51&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93792"&gt;S12G Examples Pack&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GN32-EEPROM-EW-CW51 is the example code made for S12GN32 device with 1KB of EEPROM.&lt;BR /&gt; You can see in the main the EEPROM_END&amp;nbsp; is defined as 0x0007FF. You can re-use this code on S12G128, just change the end value of EEPROM to 0x13FF.&lt;BR /&gt; As you can see there are EEPROM Init, Erase Verify, Erase All and Program functions that matters.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 06:24:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Full-run-erase-eeprom-block-command-error/m-p/849548#M7313</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-07-26T06:24:57Z</dc:date>
    </item>
  </channel>
</rss>

