<?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>MCUXpresso IDE中的主题 Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836204#M3224</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 also tried to execute code from OCRAM using elftosb.exe and MfgTool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made "gpio_led_output" proejct from "Import SDK example" of MCUXpresso.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp;I left SRAM_OC and deleted everything at memory configuration&lt;/P&gt;&lt;P&gt;And I checked "link application to RAM" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After build and connecting debugger, I saw that it didn't work well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I made boot_image.sb as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elftosb.exe -f imx -V -c imx-ocram-unsigned.bd -o test_gpio_led_output.bin test_gpio_led_output.axf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section: 0x0&lt;BR /&gt;iMX bootable image generated successfully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elftosb.exe -f kinetis -V -c program_flexspinor_image_hyperflash.bd -o boot_image.sb test_gpio_led_output_nopadding.bin&lt;BR /&gt;Boot Section 0x00000000:&lt;BR /&gt;&amp;nbsp; FILL | adr=0x00002000 | len=0x00000004 | ptn=0xc0233007&lt;BR /&gt;&amp;nbsp; ENA&amp;nbsp; | adr=0x00002000 | cnt=0x00000004 | flg=0x0900&lt;BR /&gt;&amp;nbsp; ERAS | adr=0x60000000 | cnt=0x00100000 | flg=0x0000&lt;BR /&gt;&amp;nbsp; FILL | adr=0x00003000 | len=0x00000004 | ptn=0xf000000f&lt;BR /&gt;&amp;nbsp; ENA&amp;nbsp; | adr=0x00003000 | cnt=0x00000004 | flg=0x0900&lt;BR /&gt;&amp;nbsp; LOAD | adr=0x60001000 | len=0x00008040 | crc=0x93ea1b6f | flg=0x0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After setting SW7 to 0, 1, 0, 1, I downloaded boot_image.sb to EVK board using MfgTool and I succeeded it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, After reset, it didn't work well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know what's wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionaly, I think that I can execute code from RAM with Plugin Boot.&lt;/P&gt;&lt;P&gt;I don't know how I can it. So Can you give me reference project and code for plugin boot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 05:59:45 GMT</pubDate>
    <dc:creator>yongjin2712_cho</dc:creator>
    <dc:date>2018-07-27T05:59:45Z</dc:date>
    <item>
      <title>How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836194#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using MIMXRT1050-EVK + MCUXpresso IDE v10.1 now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you let me know another boot strategy instead of XIP? (XIP means that code can be run directly from flash)&lt;/P&gt;&lt;P&gt;I wish to use this boot strategy which relocates code from flash to external SDRAM for RAM execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dustin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836194#M3214</guid>
      <dc:creator>dustin_yang</dc:creator>
      <dc:date>2018-07-20T05:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836195#M3215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dustin,&lt;/P&gt;&lt;P&gt;-You can have a look at the &lt;STRONG&gt;16.6.4 Plain Load Image&lt;/STRONG&gt; of &amp;lt;MCUXpresso_IDE_User_Guide.pdf&amp;gt;.&lt;/P&gt;&lt;P&gt;it maybe can meet your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Before we use SDRAM, we need to init it , there is DOC introduce it :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/migration-blogpost/10894"&gt;Overview of using the MIMXRT1050-EVK with MCUXpresso IDE&lt;/A&gt;&amp;nbsp; pat attention the part of&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;Using the SDRAM region " .&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-And&amp;nbsp; recommend you use the latest version MCUXpresso IDE v10.2 and latest SDK .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 10:07:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836195#M3215</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-07-20T10:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836196#M3216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="227361" data-username="Alice_Yang" href="https://community.nxp.com/people/Alice_Yang"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Alice_Yang&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use QSPI (Nor Flash) instead of HyperFlash in custom board.&lt;/P&gt;&lt;P&gt;Could I get a flash driver for QSPI such as&amp;nbsp;&lt;SPAN style="font-size: 11pt;"&gt;MIMXRT1050-EVK_S26KS512S.cfx for HyperFlash?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;Dustin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:16:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836196#M3216</guid>
      <dc:creator>dustin_yang</dc:creator>
      <dc:date>2018-07-23T07:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836197#M3217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to boot from OCRAM with Plain Load Image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using gpio_led_output example project of SDK&lt;/P&gt;&lt;P&gt;And I&amp;nbsp;only change XIP_EXTERNAL_FLASH symbol into 0.&lt;/P&gt;&lt;P&gt;And at MCU Linker -&amp;gt; Managed Linker Script, I check Plain Load Image and set to SRAM_OC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run debugger&amp;nbsp;with breakpoint ResetISR&amp;nbsp;after being build, I get error below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No source available for "&amp;lt;signal handler called&amp;gt;() at 0xfffffff9"&lt;/P&gt;&lt;P&gt;Break at address "0x201434" with no debug information available, or outside of program code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What causes the error and how do I fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:21:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836197#M3217</guid>
      <dc:creator>yongjin2712_cho</dc:creator>
      <dc:date>2018-07-23T07:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836198#M3218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "Plain load image" option, as described in the MCUXpresso IDE v10.2 User Manual, was designed for use with the LPC540xx MCU - as it generates an image in the format expected by the LPC540xx's boot rom. It won't provide the functionality you are looking for with i.MX RT devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to flash drivers, MCUXpresso IDE v10.2.0 provides a QSPI flash driver suitable for use with the QSPI device fitted to the i.MX RT1050 EVK board (and another&amp;nbsp;for the QSPI device on the RT1020 EVK).&amp;nbsp;However, we expect to make an MCUXpresso IDE maintenance release around the end of this month that will include updated i.MX RT LinkServer flash driver support. This will include i.MX RT example projects that can be used to create cfx files for programming other flash devices.&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 08:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836198#M3218</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-23T08:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836199#M3219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. I understand...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then,&lt;/P&gt;&lt;P&gt;I need that It can relocates code from flash to external SDRAM for RAM execution at RT1050 MCI&amp;nbsp;as Plain Load image Functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it with MCUXpressor IDE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 09:21:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836199#M3219</guid>
      <dc:creator>yongjin2712_cho</dc:creator>
      <dc:date>2018-07-23T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836200#M3220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MCUXpresso IDE User Guide discusses a variety of options in the Chapter 16. Memory Configuration and Linker Scripts.&amp;nbsp; Perhaps you have already done this but I would recommend performing some benchmarks comparing performance from flash vs performance from SDRAM - the cache on these parts should mitigate some of the penalties executing code from Flash. Critical routines requiring maximum performance can be relocated into one of the SRAM blocks. Execution from these locations will give the best performance and will also be deterministic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 11:05:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836200#M3220</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-23T11:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836201#M3221</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;The reason for executing code from SDRAM is&amp;nbsp;why I need to erase sector of flash or write data to flash for handling non-volatile data like filesystem.&lt;/P&gt;&lt;P&gt;However, I&amp;nbsp;couldn't do it in executing code from flash&lt;/P&gt;&lt;P&gt;so I am trying to execute code from SDRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 00:16:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836201#M3221</guid>
      <dc:creator>yongjin2712_cho</dc:creator>
      <dc:date>2018-07-24T00:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836202#M3222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no single mechanism to enable project relocation to RAM. However as discussed above, there are features to enable the automatic relocation of functions from Flash to RAM. The IDE User Guide section 16.13.1 discusses this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without understanding your precise needs, I would consider creating a separate flash programming project, linking this to your RAM region of choice and then writing a secondary bootloader to place this at the linked location when needed (from a fixed location in flash).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 09:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836202#M3222</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-24T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836203#M3223</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;If you look at the 3.6.1.3 FlexSPI NOR boot flow chart of RT1050 reference manual,&amp;nbsp;There explains that it&amp;nbsp;executes image from&amp;nbsp;OCRAM after&amp;nbsp;being copied&amp;nbsp;to OCRAM if image is not XIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to execute image from OCRAM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is possible, How can I make non-XIP image using MCUXpresso IDE and How can I use External SDRAM instead of OCRAM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 02:18:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836203#M3223</guid>
      <dc:creator>yongjin2712_cho</dc:creator>
      <dc:date>2018-07-25T02:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836204#M3224</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 also tried to execute code from OCRAM using elftosb.exe and MfgTool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made "gpio_led_output" proejct from "Import SDK example" of MCUXpresso.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&amp;nbsp;I left SRAM_OC and deleted everything at memory configuration&lt;/P&gt;&lt;P&gt;And I checked "link application to RAM" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After build and connecting debugger, I saw that it didn't work well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I made boot_image.sb as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elftosb.exe -f imx -V -c imx-ocram-unsigned.bd -o test_gpio_led_output.bin test_gpio_led_output.axf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section: 0x0&lt;BR /&gt;iMX bootable image generated successfully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elftosb.exe -f kinetis -V -c program_flexspinor_image_hyperflash.bd -o boot_image.sb test_gpio_led_output_nopadding.bin&lt;BR /&gt;Boot Section 0x00000000:&lt;BR /&gt;&amp;nbsp; FILL | adr=0x00002000 | len=0x00000004 | ptn=0xc0233007&lt;BR /&gt;&amp;nbsp; ENA&amp;nbsp; | adr=0x00002000 | cnt=0x00000004 | flg=0x0900&lt;BR /&gt;&amp;nbsp; ERAS | adr=0x60000000 | cnt=0x00100000 | flg=0x0000&lt;BR /&gt;&amp;nbsp; FILL | adr=0x00003000 | len=0x00000004 | ptn=0xf000000f&lt;BR /&gt;&amp;nbsp; ENA&amp;nbsp; | adr=0x00003000 | cnt=0x00000004 | flg=0x0900&lt;BR /&gt;&amp;nbsp; LOAD | adr=0x60001000 | len=0x00008040 | crc=0x93ea1b6f | flg=0x0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After setting SW7 to 0, 1, 0, 1, I downloaded boot_image.sb to EVK board using MfgTool and I succeeded it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, After reset, it didn't work well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know what's wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionaly, I think that I can execute code from RAM with Plugin Boot.&lt;/P&gt;&lt;P&gt;I don't know how I can it. So Can you give me reference project and code for plugin boot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 05:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836204#M3224</guid>
      <dc:creator>yongjin2712_cho</dc:creator>
      <dc:date>2018-07-27T05:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to relocate code from flash to extenal SDRAM for RAM execution</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836205#M3225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;You can also try this tool, with this tool, You can flash bare image into various boot devices easily and don't need to care about headers (ivt, boot data...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="" href="https://github.com/JayHeng/nxp-sec-boot-ui" style="color: #2989c5; text-decoration: none;" title="https://github.com/JayHeng/nxp-sec-boot-ui"&gt;GitHub - JayHeng/nxp-sec-boot-ui: A one-stop GUI tool to work with NXP MCU (Kinetis, i.MXRT, LPC) ROM bootloader, It can…&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2018 05:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-relocate-code-from-flash-to-extenal-SDRAM-for-RAM/m-p/836205#M3225</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2018-12-23T05:36:49Z</dc:date>
    </item>
  </channel>
</rss>

