<?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 LPC111x - relocatable vector table ?? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534368#M4065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Fraggle on Wed Mar 24 07:52:37 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both, the LPC111x datasheet and the user manual claim the vector table to be relocatable.&amp;nbsp; But there seems to be no VTOR at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this an errata in the documentation or am I missing something here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dirk&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:58:27 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:58:27Z</dc:date>
    <item>
      <title>LPC111x - relocatable vector table ??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534368#M4065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Fraggle on Wed Mar 24 07:52:37 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both, the LPC111x datasheet and the user manual claim the vector table to be relocatable.&amp;nbsp; But there seems to be no VTOR at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this an errata in the documentation or am I missing something here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dirk&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:58:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534368#M4065</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC111x - relocatable vector table ??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534369#M4066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Mar 24 08:46:42 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This sounds like a mistake in the LPC11 documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPC11 family contains a Cortex-M0 processor core, which implements ARM Architecture v6M. The ARM v6M Architecture Reference Manual (ARM DDI 0419B) states the following....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT][I][B]Vector Table Offset Register (VTOR)[/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The vector table base address is fixed at 0x00000000. This register (address 0xE000ED08) is RAZ/WI for ARMv6-M.[/I]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT][RAZ/WI&amp;nbsp; = Read As Zero, Writes Ignored]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:58:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534369#M4066</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC111x - relocatable vector table ??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534370#M4067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by brucesegal on Wed Mar 24 12:37:17 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to get a pdf of the ARMV6M Technical Reference? Seems it is unavailable for download on the ARM site. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Makes it harder to program when the LPC111x user guide is missing information and we can't get the technical reference to fill in some blanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the SYSMEMREMAP register work as documented on page 13 of the user guide?&amp;nbsp; If so then the interrupt vectors can be remapped to the beginning of User ram. Which is here&amp;nbsp; I think ..0x1000 0000&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something else to try. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bruce&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534370#M4067</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPC111x - relocatable vector table ??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534371#M4068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Mar 24 15:06:19 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can download the Architecture Reference manuals for both v6M (for LPC11) and v7M (for LPC13/17) from ARM's website, though this does require a registration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka11237.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also recommend the Technical Reference Manuals for Cortex-M0 (for LPC11) and Cortex-M3 (for LPC13/17), which can be downloaded, without need to register, from:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka11237.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regards to the SYSMEMREMAP register, my reading of this is that, although less flexible than the VTOR mechanism on Cortex-M3, it should allow you to change the actual memory type that the Cortex-M0 will access when it reads from address 0x0. Thus it should be possible to use this register to change the vector table, as you suggest, to be read from the start of RAM rather than the start of FLASH. Note however that I haven't personally tried doing this!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534371#M4068</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPC111x - relocatable vector table ??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534372#M4069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_USA on Wed Mar 24 16:42:09 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As has been mentioned in several replies, it is possible to relocate the vector table on the LPC11xx. This can be achieved by using the MAP bits of the SYSMEMREMAP register. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is worth noting that this remapping places the vector table into a fixed location. Unlike Cortex-M3 based devices there is no way to change this location using the vector table offset register.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC111x-relocatable-vector-table/m-p/534372#M4069</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:58:30Z</dc:date>
    </item>
  </channel>
</rss>

