<?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 Software to program LPC21xx flash memory in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656862#M26101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am an application software developer with a client who has asked me to develop a Windows installer for their LPC2103 and LPC2138 firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPC processors are used in a device that may be attached to a PC via an RS-232 connector. &amp;nbsp;The client is currently using a multi-step procedure for installation of new firmware, in which copying of the new firmware file is achieved using a tool called Flash Magic. &amp;nbsp;They want to move away from this&amp;nbsp;manual approach, to a "one-click" installer that walks the user through upgrading/downgrading firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working with embedded systems is not my area of specialization, so I may use the wrong terms and would welcome any and all feedback or assistance. &amp;nbsp;To start, I am looking for documentation to help me understand how to interact with the LPC MCU in order to install new firmware. &amp;nbsp;Ideally, I would like to find open source software that can handle that task or show me how it's done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2017 22:29:54 GMT</pubDate>
    <dc:creator>jimswor</dc:creator>
    <dc:date>2017-04-06T22:29:54Z</dc:date>
    <item>
      <title>Software to program LPC21xx flash memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656862#M26101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am an application software developer with a client who has asked me to develop a Windows installer for their LPC2103 and LPC2138 firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPC processors are used in a device that may be attached to a PC via an RS-232 connector. &amp;nbsp;The client is currently using a multi-step procedure for installation of new firmware, in which copying of the new firmware file is achieved using a tool called Flash Magic. &amp;nbsp;They want to move away from this&amp;nbsp;manual approach, to a "one-click" installer that walks the user through upgrading/downgrading firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working with embedded systems is not my area of specialization, so I may use the wrong terms and would welcome any and all feedback or assistance. &amp;nbsp;To start, I am looking for documentation to help me understand how to interact with the LPC MCU in order to install new firmware. &amp;nbsp;Ideally, I would like to find open source software that can handle that task or show me how it's done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 22:29:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656862#M26101</guid>
      <dc:creator>jimswor</dc:creator>
      <dc:date>2017-04-06T22:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Software to program LPC21xx flash memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656863#M26102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to use ISP (in system programming) which is described in the user manual for your part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at lpc21isp on sourceforge for open source (LGPL licensed) source&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://sourceforge.net/projects/lpc21isp/" title="https://sourceforge.net/projects/lpc21isp/"&gt;lpc21isp download | SourceForge.net&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:58:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656863#M26102</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-04-07T17:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Software to program LPC21xx flash memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656864#M26103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user manuals and source code were exactly what I was looking for. &amp;nbsp;Didn't know to ask about&amp;nbsp;ISP - that's good to know. &amp;nbsp;Thanks all around!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 01:12:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656864#M26103</guid>
      <dc:creator>jimswor</dc:creator>
      <dc:date>2017-04-08T01:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Software to program LPC21xx flash memory</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656865#M26104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One can use LPCXpresso IDE for development software for LPC processors:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fsoftware-and-tools%2Fsoftware-development-tools%2Fsoftware-tools%2Flpc-microcontroller-utilities%2Flpcxpresso-ide-v8.2.2%3ALPCXPRESSO%3Ftid%3DvanLPCXPRESSO" rel="nofollow" target="_blank"&gt;http://www.nxp.com/products/software-and-tools/software-development-tools/software-tools/lpc-microcontroller-utilities/lpcxpresso-ide-v8.2.2:LPCXPRESSO?tid=vanLPCXPRESSO&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 05:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Software-to-program-LPC21xx-flash-memory/m-p/656865#M26104</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2017-04-10T05:51:34Z</dc:date>
    </item>
  </channel>
</rss>

