<?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: Jump to another application in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1553076#M22459</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;And could it be HEX file?&lt;/P&gt;&lt;P&gt;Is there any sample flashing BIN on target (NXP) side?&lt;/P&gt;&lt;P&gt;Is there any sample of&amp;nbsp;&lt;SPAN&gt;bootloader's duty to copy Non-XIP image from flash to SDRAM?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 08:04:25 GMT</pubDate>
    <dc:creator>yanz</dc:creator>
    <dc:date>2022-11-14T08:04:25Z</dc:date>
    <item>
      <title>Jump to another application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/844608#M1714</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;Is there any example showing how to perform jump to another application ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use imx RT1050.&lt;/P&gt;&lt;P&gt;I've also seen many others asking the same question, but it is not resolved in any of the questions.&lt;/P&gt;&lt;P&gt;Most of the things I tried resulted in exception (jump to HardFault_Handler).&lt;/P&gt;&lt;P&gt;I understand that there also need to disable interrupt before the jump starts, but nothing helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any help,&lt;/P&gt;&lt;P&gt;ranran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2018 14:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/844608#M1714</guid>
      <dc:creator>rans</dc:creator>
      <dc:date>2018-10-28T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to another application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1548221#M22346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;did you get an answer?&lt;/P&gt;&lt;P&gt;Looking for it too.&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Yan&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 10:05:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1548221#M22346</guid>
      <dc:creator>yanz</dc:creator>
      <dc:date>2022-11-03T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to another application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1549226#M22375</link>
      <description>&lt;P&gt;You can refer to &lt;SPAN class="pl-en"&gt;mfb_jump_to_application&lt;/SPAN&gt;() function in below source code, it is standard implementation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/JayHeng/RT-MFB/blob/main/boards/mimxrt/mfb_fw/src/mfb.c" target="_blank" rel="noopener"&gt;https://github.com/JayHeng/RT-MFB/blob/main/boards/mimxrt/mfb_fw/src/mfb.c&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 11:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1549226#M22375</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-11-06T11:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to another application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1552816#M22451</link>
      <description>&lt;P&gt;Great, thank you very much!&lt;/P&gt;&lt;P&gt;Additional question - I want to flash HEX file by my own FW running on iMXRT 1050.&lt;/P&gt;&lt;P&gt;The offset that I get when parsing the file is SDRAM ones (no flash defined in memory map).&lt;/P&gt;&lt;P&gt;How can I flash it to the 512K offset of external flash? Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, thank you very very much!&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2022 11:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1552816#M22451</guid>
      <dc:creator>yanz</dc:creator>
      <dc:date>2022-11-13T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to another application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1553058#M22457</link>
      <description>&lt;P&gt;So it is Non-XIP image (executed in SDRAM). You can treat it as raw binary and store the binary data into any offset address of flash you want by your own FW.&amp;nbsp; in this case, there will be a 2nd bootloader, it is bootloader's duty to copy Non-XIP image from flash to SDRAM and jump into it.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 07:50:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1553058#M22457</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-11-14T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to another application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1553076#M22459</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;And could it be HEX file?&lt;/P&gt;&lt;P&gt;Is there any sample flashing BIN on target (NXP) side?&lt;/P&gt;&lt;P&gt;Is there any sample of&amp;nbsp;&lt;SPAN&gt;bootloader's duty to copy Non-XIP image from flash to SDRAM?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 08:04:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1553076#M22459</guid>
      <dc:creator>yanz</dc:creator>
      <dc:date>2022-11-14T08:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to another application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1555333#M22513</link>
      <description>&lt;P&gt;HEX file should be converted to raw binary file on host PC side, MCU target should only accept binary data f&lt;SPAN&gt;or efficiency reasons&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;1. \SDK_2_12_0_EVKB-IMXRT1050\boards\evkbimxrt1050\bootloader_examples\flashloader&lt;/P&gt;
&lt;P&gt;2. &lt;A href="https://github.com/NXPmicro/sbl" target="_blank"&gt;https://github.com/NXPmicro/sbl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 00:48:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-another-application/m-p/1555333#M22513</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-11-17T00:48:01Z</dc:date>
    </item>
  </channel>
</rss>

