<?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: Cannot Get New Project To Run From Flash in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267363#M13945</link>
    <description>&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Thank you for your response. Your info got me looking for where the IVT and BD sections were defined and I found that the files fsl_flexspi_nor_boot.c and fsl_flexspi_nor_boot.h were missing from my new project. I copied these from an example project and now have my new project running from flash.&lt;/P&gt;&lt;P&gt;Thanks again for your help, I really appreciate the prompt and informative response.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 15:49:11 GMT</pubDate>
    <dc:creator>whermann</dc:creator>
    <dc:date>2021-04-23T15:49:11Z</dc:date>
    <item>
      <title>Cannot Get New Project To Run From Flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1266910#M13925</link>
      <description>&lt;P&gt;I am using an i.MX RT1011 development board and am having issues with running my application from the onboard QSPI flash.&lt;/P&gt;&lt;P&gt;I am able to build, run, and debug example projects with no issues, but when I create a new project using the Wizard I can no longer run from flash. When debugging I can see that execution is stuck in the ROM section (0x20xxxx). If I select "Link application to RAM" I can run without issue, but this is not a solution.&lt;/P&gt;&lt;P&gt;I have spent the last day comparing settings between an example application that does run from flash and my new project and have run out of places to look. The linker files are exactly the same, memory regions defined identically, same flash driver, startup code the same. I figure I'm probably missing some minor setting somewhere but don't know where else to look.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 23:39:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1266910#M13925</guid>
      <dc:creator>whermann</dc:creator>
      <dc:date>2021-04-22T23:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Get New Project To Run From Flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267102#M13935</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_10" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/185970" target="_self"&gt;whermann&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; Thanks for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; From your description about your test result, we can know, your hardware totally have no issues, and it is mainly in the software side, more precise point, it is your created new project issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; Let me tell you some QSPI boot image requirement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;FDCB+IVT+BD+DCD+APP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; You can generate your new project .s19, and send it to me, I will help you to check it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Or you also can check it yourself.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;0X60000000 is FDCB, which is used to configure the flexSPI interface, which is used to boot from external QSPI&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;0X60001000 is the IVT+BD+DCD area&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;0X60002000 is the detail APP area.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Please check it on your side.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;XIP_BOOT_HEADER_DCD_ENABLE=1&lt;/P&gt;
&lt;P&gt;XIP_BOOT_HEADER_ENABLE=1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any updated information, kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 06:39:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267102#M13935</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-04-23T06:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Get New Project To Run From Flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267363#M13945</link>
      <description>&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Thank you for your response. Your info got me looking for where the IVT and BD sections were defined and I found that the files fsl_flexspi_nor_boot.c and fsl_flexspi_nor_boot.h were missing from my new project. I copied these from an example project and now have my new project running from flash.&lt;/P&gt;&lt;P&gt;Thanks again for your help, I really appreciate the prompt and informative response.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 15:49:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267363#M13945</guid>
      <dc:creator>whermann</dc:creator>
      <dc:date>2021-04-23T15:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Get New Project To Run From Flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267909#M13958</link>
      <description>&lt;P&gt;Good!&lt;/P&gt;
&lt;P&gt;Any new issues in the future, welcome to create the new case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 07:12:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267909#M13958</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-04-26T07:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Get New Project To Run From Flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267930#M13959</link>
      <description>&lt;P&gt;Just a point for future, if you are using the SDK, you can add the component "xip_device" under the Drivers and "xip_board" under Board Components. This would automatically import the necessary files.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 07:36:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-Get-New-Project-To-Run-From-Flash/m-p/1267930#M13959</guid>
      <dc:creator>Hat</dc:creator>
      <dc:date>2021-04-26T07:36:28Z</dc:date>
    </item>
  </channel>
</rss>

