<?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: Bootloader in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader/m-p/1155090#M42276</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;At reset, vector table is located at 0x0 and you cannot control this. Once the execution starts you can relocate vector table using VTOR.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 23:19:54 GMT</pubDate>
    <dc:creator>FelipeGarcia</dc:creator>
    <dc:date>2020-09-17T23:19:54Z</dc:date>
    <item>
      <title>Bootloader</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader/m-p/1154331#M42264</link>
      <description>&lt;P&gt;I'm trying to persuade MUCXpresso to generate the code to put in a serial EEPROM which can then be bootloaded to update software.&lt;/P&gt;&lt;P&gt;It's going reasonably well. I found out how to turn the code into a .hex or .s19 file which I can load into my EEPROM programmer, and I found out how to edit the Linker file so that it doesn't generate the data and bss tables.&lt;/P&gt;&lt;P&gt;I'd really like the code to start at the beginning of the file, and there is one half-word that I can't seem to get rid of.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first hword is always an instruction that branches to itself. Any ideas?&lt;/P&gt;&lt;P&gt;It's an LPC1517, by the way.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 18:53:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader/m-p/1154331#M42264</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2020-09-16T18:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader/m-p/1155090#M42276</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;At reset, vector table is located at 0x0 and you cannot control this. Once the execution starts you can relocate vector table using VTOR.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 23:19:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader/m-p/1155090#M42276</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2020-09-17T23:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader/m-p/1155715#M42294</link>
      <description>&lt;P&gt;The code to be loaded doesn't have a vector table.&lt;/P&gt;&lt;P&gt;When the assembler produces the output file, it normally starts with a B pc-2 instruction, followed by the .data and .bss tables.&lt;/P&gt;&lt;P&gt;Editing the linker file to remove the .data and .bss tables, but I can't get rid of the B pc-2 instuction.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 19:36:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bootloader/m-p/1155715#M42294</guid>
      <dc:creator>ianbenton</dc:creator>
      <dc:date>2020-09-18T19:36:08Z</dc:date>
    </item>
  </channel>
</rss>

