<?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>S12 / MagniV MicrocontrollersのトピックHow to read the whole pflash In HCS12X</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-read-the-whole-pflash-In-HCS12X/m-p/1067551#M17278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to read the whole pflash of mc9s12xhy256？&amp;nbsp;Is there any shortcut?&amp;nbsp;The compiler for this chip is 5.10.&lt;/P&gt;&lt;P&gt;I'd like to see if the content burned into flash is the same as that in the burn file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 May 2020 08:41:03 GMT</pubDate>
    <dc:creator>yangzhang112</dc:creator>
    <dc:date>2020-05-09T08:41:03Z</dc:date>
    <item>
      <title>How to read the whole pflash In HCS12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-read-the-whole-pflash-In-HCS12X/m-p/1067551#M17278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to read the whole pflash of mc9s12xhy256？&amp;nbsp;Is there any shortcut?&amp;nbsp;The compiler for this chip is 5.10.&lt;/P&gt;&lt;P&gt;I'd like to see if the content burned into flash is the same as that in the burn file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 08:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-read-the-whole-pflash-In-HCS12X/m-p/1067551#M17278</guid>
      <dc:creator>yangzhang112</dc:creator>
      <dc:date>2020-05-09T08:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to read the whole pflash In HCS12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-read-the-whole-pflash-In-HCS12X/m-p/1067552#M17279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Entire memory dump using global address:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Go to command window in the hiwave.exe (I suppo&lt;/SPAN&gt;se you are able to connect to the mcu).&lt;/P&gt;&lt;P&gt;Write a command:&lt;/P&gt;&lt;P&gt;SAVE 0x7C0000'G..0x7FFFFF'G C:\\d\DUMP_GLOBAL.SX&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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/21183iC906E8D971F4AF46/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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Entire memory dump using PAGE addresses:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to command window in the hiwave.exe (I suppose you are able to connect to the mcu).&lt;/P&gt;&lt;P&gt;Create a command file, for example dump_memory.cmd, in any editor with following content (not; the first line is without ;A (it means add data to existing file)):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAVE 0xF08000.. 0xF0BFFF C:\\DUMP_PPAGE.SX&lt;/P&gt;&lt;P&gt;SAVE 0xF18000.. 0XF1FFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0XF28000.. 0XF2BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xF38000.. 0XF3BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xF48000.. 0XF4BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xF58000.. 0XF5BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xF68000.. 0XF6BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xF78000.. 0XF7BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xF88000.. 0XF8BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xF98000.. 0XF9BFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xFA8000.. 0XFABFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xFB8000.. 0XFBBFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xFC8000.. 0XFCBFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xFD8000.. 0XFDBFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xFE8000.. 0XFEBFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;SAVE 0xFF8000.. 0XFFBFFF C:\\DUMP_PPAGE.SX ;A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in the hivawe, when you are connected, &lt;STRONG&gt;press mouse at command window&lt;/STRONG&gt;. After this the option COMMAND appears in the main option bar. Press execute command and search for your file:&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/21436iFAD27C6F9A812483/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;&lt;/P&gt;&lt;P&gt;For more info about commands go to the help file of the CodeWarriorr IDE and read info about command SAVE and command files.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 15:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-read-the-whole-pflash-In-HCS12X/m-p/1067552#M17279</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2020-05-11T15:06:00Z</dc:date>
    </item>
  </channel>
</rss>

