<?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: problem with RDB1768 secondary USB bootloader in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-RDB1768-secondary-USB-bootloader/m-p/554320#M13181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by navman on Wed Feb 22 23:48:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, changing the path of the .ld files in the INCLUDEs did the trick. I had somehow missed them completely from the readme.txt file. I must be reading the instructions more carefully henceforth :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:03:36 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:03:36Z</dc:date>
    <item>
      <title>problem with RDB1768 secondary USB bootloader</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-RDB1768-secondary-USB-bootloader/m-p/554318#M13179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by navman on Wed Feb 22 04:13:24 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to get the RDB1768 USB bootloader example to work. So far, I've done the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Loaded the USB bootloader to the RDB board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) It enumerates as USB drive when the joystick button is pressed and board is reset (or if no valid user app is found).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I delete the firmware.bin already on the USB drive, rename the application code to firmware.bin and copy it to USB drive. Then safely remove the drive from windows. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Disconnect and re-connect USB cable&amp;nbsp; (which also carries power)to the RDB board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) The LCD displays "Running user app from flash".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) The user app doesn't do what it is supposed to do (blink LED). However, when it is loaded to the RDB board as a standalone app, it works just fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've modified the linker scripts of the user app and made sure that the app starts from memory location 0x10000 instead of 0x00 as mentioned in the readme.txt accompanying the USB bootloader example. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm attaching the app code (led_blink) as well as the USB bootloader codes. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please can somebody tell me what I'm doing wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:03:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-RDB1768-secondary-USB-bootloader/m-p/554318#M13179</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with RDB1768 secondary USB bootloader</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-RDB1768-secondary-USB-bootloader/m-p/554319#M13180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Feb 22 09:00:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: navman&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;I've modified the linker scripts of the user app and made sure that the app starts from memory location 0x10000 instead of 0x00 as mentioned in the readme.txt accompanying the USB bootloader example.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, exactly that's what you didn't :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What Memory Configuration is your map-file reporting?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Memory Configuration&lt;BR /&gt;&lt;BR /&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Origin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Length&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Attributes&lt;BR /&gt;MFlash512&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00010000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00070000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xr&lt;BR /&gt;RamLoc32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x10000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00008000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xrw&lt;BR /&gt;RamAHB32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x2007c000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00008000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xrw&lt;BR /&gt;*default*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xffffffff&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;If it's still reporting: &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;MFlash512&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00080000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xr&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;you've includes a wrong mem-file or forgotten to add the correct path :rolleyes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;INCLUDE "[COLOR=Red]../linkscripts/[/COLOR]Blink_led_Debug_lib.ld"&lt;BR /&gt;INCLUDE "[COLOR=Red]../linkscripts/[/COLOR]Blink_led_Debug_mem.ld"&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Notes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 You don't have to change the name of your bin-file to firmware.bin before you copy it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 You are still using CMSISV1.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#3 It's useless to read CLR / SET register so just use &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
LPC_GPIO1-&amp;gt;FIOCLR [B][COLOR=Red]=[/COLOR][/B] (1&amp;lt;&amp;lt;24);
....
LPC_GPIO1-&amp;gt;FIOSET [B][COLOR=Red]= [/COLOR][/B](1&amp;lt;&amp;lt;24);
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:03:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-RDB1768-secondary-USB-bootloader/m-p/554319#M13180</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with RDB1768 secondary USB bootloader</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-RDB1768-secondary-USB-bootloader/m-p/554320#M13181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by navman on Wed Feb 22 23:48:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, changing the path of the .ld files in the INCLUDEs did the trick. I had somehow missed them completely from the readme.txt file. I must be reading the instructions more carefully henceforth :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:03:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/problem-with-RDB1768-secondary-USB-bootloader/m-p/554320#M13181</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:03:36Z</dc:date>
    </item>
  </channel>
</rss>

