<?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 relocate interrupt vector table in MCUXpresso not working in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/relocate-interrupt-vector-table-in-MCUXpresso-not-working/m-p/748475#M1642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to flash two application in flash (nano bootloader and one application). Bootloader starts from 0x0 to 0x8000. and my application starts from 0x20000 to 0x40000. But i cant jump from bootloader to my application. I have change application IVT to 0x20000 (SCB-&amp;gt;VTOR = 0x20000) and start memory location to 0x20000. while flashing both bootloader and application the jump is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my bootloader&lt;/P&gt;&lt;P&gt;SCB-&amp;gt;VTOR = 0x00020000 &amp;amp; 0x1FFFFF80;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything i am doing wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 06:14:28 GMT</pubDate>
    <dc:creator>sanjabehera</dc:creator>
    <dc:date>2018-02-15T06:14:28Z</dc:date>
    <item>
      <title>relocate interrupt vector table in MCUXpresso not working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/relocate-interrupt-vector-table-in-MCUXpresso-not-working/m-p/748475#M1642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to flash two application in flash (nano bootloader and one application). Bootloader starts from 0x0 to 0x8000. and my application starts from 0x20000 to 0x40000. But i cant jump from bootloader to my application. I have change application IVT to 0x20000 (SCB-&amp;gt;VTOR = 0x20000) and start memory location to 0x20000. while flashing both bootloader and application the jump is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my bootloader&lt;/P&gt;&lt;P&gt;SCB-&amp;gt;VTOR = 0x00020000 &amp;amp; 0x1FFFFF80;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything i am doing wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 06:14:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/relocate-interrupt-vector-table-in-MCUXpresso-not-working/m-p/748475#M1642</guid>
      <dc:creator>sanjabehera</dc:creator>
      <dc:date>2018-02-15T06:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: relocate interrupt vector table in MCUXpresso not working</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/relocate-interrupt-vector-table-in-MCUXpresso-not-working/m-p/748476#M1643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanja Behera,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before jumping to the application, you have to change to application IVT, load the stack pointer of the application code to the SP register and then call/jump to the ResetISR of the application code. The stack pointer value is available at the first location (0x20000 + 0x00) of the .bin image and address of ResetISR at (0x20000 + 0x04). So after loading the value, try to jump to the application space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer this thread for more detail and how to implement them...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/381415"&gt;Jumping to user application from custom bootloader&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2018 13:43:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/relocate-interrupt-vector-table-in-MCUXpresso-not-working/m-p/748476#M1643</guid>
      <dc:creator>2winkle</dc:creator>
      <dc:date>2018-02-17T13:43:29Z</dc:date>
    </item>
  </channel>
</rss>

