<?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: Read image from device in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385993#M11432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this as explained in the next tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/05/04/dump-my-device-memory/" title="http://mcuoneclipse.com/2012/05/04/dump-my-device-memory/"&gt;Dump my Device Memory | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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, 19 Feb 2015 16:04:53 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2015-02-19T16:04:53Z</dc:date>
    <item>
      <title>Read image from device</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385991#M11430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Codewarrior 10.5, a P&amp;amp;E micro USB Multilink Interface and having a S08 microcontroller on my board.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, basically I'm only searching for a way to read out the image, but I can't find menu for this kind of work.&lt;/P&gt;&lt;P&gt;Does anybody know how I can do this? I'm able to Flash and debug so the Connection should work fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 11:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385991#M11430</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-02-19T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read image from device</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385992#M11431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within Codewarrior you will only be able to look at the data in flash and RAM while debugging the hardware. But if you want to read the flash and dump it into a file, then I would suggest getting the PROGHCS08 software from P&amp;amp;E and use the command "upload module" to dump the file as an S19 file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pemicro.com/products/product_viewDetails.cfm?product_id=27" title="http://www.pemicro.com/products/product_viewDetails.cfm?product_id=27"&gt;P&amp;amp;E Microcomputer Systems - PROGHCS08 - 68HCS08 Flash/EEPROM Programmer Software - HCS08, Flash/EEPROM Programmer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, if the chip is secured and have not setup a backdoor key, then there is no way of reading the flash. You would need to unsecure the chip, which involves erasing all of flash and EEPROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Takao Yamada&lt;/P&gt;&lt;P&gt;P&amp;amp;E Microcomputer Systems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 13:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385992#M11431</guid>
      <dc:creator>takaoyamada</dc:creator>
      <dc:date>2015-02-19T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read image from device</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385993#M11432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this as explained in the next tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/05/04/dump-my-device-memory/" title="http://mcuoneclipse.com/2012/05/04/dump-my-device-memory/"&gt;Dump my Device Memory | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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, 19 Feb 2015 16:04:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385993#M11432</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-02-19T16:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read image from device</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385994#M11433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, this will work out for me! I just got a dump from my chip and it seems to be correct. :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:05:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385994#M11433</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-02-19T18:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Read image from device</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385995#M11434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Takao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this hint! When I need more advanced Features or I've to do it more often then I will use the PROGHCS08 tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an unsecure sample, so I've access to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385995#M11434</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-02-19T18:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read image from device</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385996#M11435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a free version of the proghcs08 ? Cause your link is to a very expensive software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2019 09:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Read-image-from-device/m-p/385996#M11435</guid>
      <dc:creator>hiphopbalance</dc:creator>
      <dc:date>2019-04-06T09:00:41Z</dc:date>
    </item>
  </channel>
</rss>

