<?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 Secondary USB Bootloader on the LPC1788 EA Dev. Kit in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Secondary-USB-Bootloader-on-the-LPC1788-EA-Dev-Kit/m-p/520307#M3574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ah138468 on Mon Jan 19 10:00:41 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an LPC1788-32 Developer's Kit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to plug the device into my computer via USB, it to come up as a Mass Storage Device (MSD) containing a single file - it's current firmware, be able to replace the current firmware with a new one on the MSD, reset the device and have it running the new firmware. The firmware for this would be contained/written in an LPCXpresso (native) project, i.e. not a uVision project within uVision or within the plugin for Eclipse(/LPCXpresso).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a starting point I have been looking at the following application note: AN10866: LPC1700 secondary USB bootloader... however, it appears to be written with a different developer kit in mind (Keil's MCB1700 development board). I have tried the following on the LPC1788 Dev. kit available to me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Within uVision, compiling the code as is. Uploading it via ISP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Within uVision, adding a target of an LPC1788, compiling the code as is. Uploading it via ISP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Within uVision, both of above, only calling enter_usb_isp() within main(). Uploading it via ISP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The jumpers were kept at the default positions during the above. Additionally J15, 'Force USB Connect', was also closed. At this point the PC recognised a USB device, but it was unrecognised.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what am I not doing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally any pointers on doing this within the LPCXpresso IDE (natively - without any plugins) as opposed to in uVision (as the application note uses) would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:43:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:43:28Z</dc:date>
    <item>
      <title>Secondary USB Bootloader on the LPC1788 EA Dev. Kit</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Secondary-USB-Bootloader-on-the-LPC1788-EA-Dev-Kit/m-p/520307#M3574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ah138468 on Mon Jan 19 10:00:41 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an LPC1788-32 Developer's Kit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to plug the device into my computer via USB, it to come up as a Mass Storage Device (MSD) containing a single file - it's current firmware, be able to replace the current firmware with a new one on the MSD, reset the device and have it running the new firmware. The firmware for this would be contained/written in an LPCXpresso (native) project, i.e. not a uVision project within uVision or within the plugin for Eclipse(/LPCXpresso).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a starting point I have been looking at the following application note: AN10866: LPC1700 secondary USB bootloader... however, it appears to be written with a different developer kit in mind (Keil's MCB1700 development board). I have tried the following on the LPC1788 Dev. kit available to me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Within uVision, compiling the code as is. Uploading it via ISP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Within uVision, adding a target of an LPC1788, compiling the code as is. Uploading it via ISP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Within uVision, both of above, only calling enter_usb_isp() within main(). Uploading it via ISP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The jumpers were kept at the default positions during the above. Additionally J15, 'Force USB Connect', was also closed. At this point the PC recognised a USB device, but it was unrecognised.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what am I not doing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally any pointers on doing this within the LPCXpresso IDE (natively - without any plugins) as opposed to in uVision (as the application note uses) would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:43:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Secondary-USB-Bootloader-on-the-LPC1788-EA-Dev-Kit/m-p/520307#M3574</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:43:28Z</dc:date>
    </item>
  </channel>
</rss>

