<?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>LPC MicrocontrollersのトピックRe: How do I retrieve the binary data from Flash?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003421#M39403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply and apologize for late response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm trapped with the other tasks, I have not tried the solutions you recommended, but I'll do the second solution first with my LPC-Link2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll let you know the result soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2020 10:24:44 GMT</pubDate>
    <dc:creator>at-nakano</dc:creator>
    <dc:date>2020-03-19T10:24:44Z</dc:date>
    <item>
      <title>How do I retrieve the binary data from Flash?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003419#M39401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I retrieve the binary data from the flash on the chip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDE is LPCXpresso 7.0.0 and chip is LPC1763.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to maintain old product but there is no source and binary file are backed up, so before I load the new binary on the flash, I wanted to retrieve the data from the flash in case.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 07:28:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003419#M39401</guid>
      <dc:creator>at-nakano</dc:creator>
      <dc:date>2020-03-09T07:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I retrieve the binary data from Flash?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003420#M39402</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/at-nakano@kaijo.co.jp"&gt;at-nakano@kaijo.co.jp&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this please follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using ISP:&lt;/P&gt;&lt;P&gt;- Connect a USB2Serial Converter to the pins P0.2 and P0.3&lt;/P&gt;&lt;P&gt;- Enable the ISP mode putting the pin P2.10 to ground.&lt;/P&gt;&lt;P&gt;- Using the flash magic&amp;nbsp;(link to download &lt;A href="http://www.flashmagictool.com/"&gt;here&lt;/A&gt;) in the ISP section you can use the &lt;EM&gt;read&lt;/EM&gt; option to dump the flash memory in a file:&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/102681i61D348F92F08C940/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;Also, depending on the debugger you're using there's some additional option. For example, if you have a Segger debugger you can use the J-Link commander and use the command &lt;EM&gt;savebin&lt;/EM&gt; to dump the memory in a binary file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope 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&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2020 20:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003420#M39402</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-03-12T20:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I retrieve the binary data from Flash?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003421#M39403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply and apologize for late response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm trapped with the other tasks, I have not tried the solutions you recommended, but I'll do the second solution first with my LPC-Link2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll let you know the result soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2020 10:24:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003421#M39403</guid>
      <dc:creator>at-nakano</dc:creator>
      <dc:date>2020-03-19T10:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I retrieve the binary data from Flash?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003422#M39404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned in my previous comment, I'm using LPC-Link2 with J-Link F/W.&lt;/P&gt;&lt;P&gt;Regarding flash tool, I'm using and J-Flash, and this combination works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 08:02:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-retrieve-the-binary-data-from-Flash/m-p/1003422#M39404</guid>
      <dc:creator>at-nakano</dc:creator>
      <dc:date>2020-03-23T08:02:23Z</dc:date>
    </item>
  </channel>
</rss>

