<?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 RT1024 flashloader example - NO_INTERNAL_FLASH? in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1024-flashloader-example-NO-INTERNAL-FLASH/m-p/1722243#M26796</link>
    <description>&lt;P&gt;The flashloader sample app for RT1024 has:&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define BL_FEATURE_HAS_NO_INTERNAL_FLASH (1)&lt;/P&gt;&lt;P&gt;I changed to 0 thinking I need to - in order to write internal flash - but then code requires [nonexistent] fsl_flash.h and more. What am I missing here? FWIW I see references in the sample to 1050.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in the process of adapting the sample app build to start in flash ( e.g. ResetISR ) , copy code to RAM and run in RAM so my bootloader is not straight out of the box. I see there is also a flash_component_nor sample - must I include/adapt that code?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 17:34:55 GMT</pubDate>
    <dc:creator>GoatRope</dc:creator>
    <dc:date>2023-09-13T17:34:55Z</dc:date>
    <item>
      <title>RT1024 flashloader example - NO_INTERNAL_FLASH?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1024-flashloader-example-NO-INTERNAL-FLASH/m-p/1722243#M26796</link>
      <description>&lt;P&gt;The flashloader sample app for RT1024 has:&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define BL_FEATURE_HAS_NO_INTERNAL_FLASH (1)&lt;/P&gt;&lt;P&gt;I changed to 0 thinking I need to - in order to write internal flash - but then code requires [nonexistent] fsl_flash.h and more. What am I missing here? FWIW I see references in the sample to 1050.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in the process of adapting the sample app build to start in flash ( e.g. ResetISR ) , copy code to RAM and run in RAM so my bootloader is not straight out of the box. I see there is also a flash_component_nor sample - must I include/adapt that code?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 17:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1024-flashloader-example-NO-INTERNAL-FLASH/m-p/1722243#M26796</guid>
      <dc:creator>GoatRope</dc:creator>
      <dc:date>2023-09-13T17:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: RT1024 flashloader example - NO_INTERNAL_FLASH?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1024-flashloader-example-NO-INTERNAL-FLASH/m-p/1722250#M26797</link>
      <description>&lt;P&gt;Probably a confusing artifact of RT1050 code. I see&amp;nbsp;BL_FEATURE_FLEXSPI_NOR_MODULE which appears to take care of requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 17:56:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1024-flashloader-example-NO-INTERNAL-FLASH/m-p/1722250#M26797</guid>
      <dc:creator>GoatRope</dc:creator>
      <dc:date>2023-09-13T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: RT1024 flashloader example - NO_INTERNAL_FLASH?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1024-flashloader-example-NO-INTERNAL-FLASH/m-p/1722764#M26810</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/209996"&gt;@GoatRope&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please note, RT1024 internal flash is not the real internal flash, in fact, it is still the external flash, just put one winbond QSPI flash internally, still need the flexSPI interface to communicate with the winbond qspi flash.&lt;/P&gt;
&lt;P&gt;So, don't set&amp;nbsp;&lt;SPAN&gt;BL_FEATURE_HAS_NO_INTERNAL_FLASH to 0, as it is really not the real internal flash.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For the internal flash operation, please refer to the SDK code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://mcuxpresso.nxp.com/en/builder?hw=MIMXRT1024-EVK" target="_blank"&gt;https://mcuxpresso.nxp.com/en/builder?hw=MIMXRT1024-EVK&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SDK_2_14_0_MIMXRT1024-EVK\boards\evkmimxrt1024\driver_examples\fsl_romapi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This ROM API code will help you do the internal flash(winbond QSPI) operation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you still have questions about it, please kindly let me know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;kerry&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 05:58:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1024-flashloader-example-NO-INTERNAL-FLASH/m-p/1722764#M26810</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-09-14T05:58:44Z</dc:date>
    </item>
  </channel>
</rss>

