<?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>i.MX RT Crossover MCUs中的主题 Re: Programming and debugging: External Flashes</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-and-debugging-External-Flashes/m-p/1294818#M14791</link>
    <description>&lt;P&gt;Hello marvin,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's important that in your application you have the flash_config files. These files include the flash configuration block that the ROM bootloader will utilize to communicate with your external memory. You can take as a base the files that we provide within the RT685-EVK SDK, but you will need to make the proper changes to adapt those to the memory that you are using.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides that, you need to verify that you have selected a driver so that the debugger can program the external flash. You can see this in the MCU settings on the properties of your project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="victorjimenez_0-1624029869574.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147478i43B6743F8182BA2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="victorjimenez_0-1624029869574.png" alt="victorjimenez_0-1624029869574.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, in the preprocessor settings of your project, it's important to verify that you declared the BOOT_HEADER_ENABLE symbol to 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="victorjimenez_1-1624029955695.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147479i8EAE5AFFB821508D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="victorjimenez_1-1624029955695.png" alt="victorjimenez_1-1624029955695.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you connect the memory to FlexSPI port B, you must configure the ISP pins properly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="victorjimenez_2-1624030024738.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147480i678BE9527D9032EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="victorjimenez_2-1624030024738.png" alt="victorjimenez_2-1624030024738.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Victor&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 15:27:17 GMT</pubDate>
    <dc:creator>victorjimenez</dc:creator>
    <dc:date>2021-06-18T15:27:17Z</dc:date>
    <item>
      <title>Programming and debugging: External Flashes</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-and-debugging-External-Flashes/m-p/1293447#M14732</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm looking for some sort of tutorials on how to work with an external flash.&lt;/P&gt;&lt;P&gt;I've designed a custom board utilizing the I.MXRT633S processor.&lt;BR /&gt;Here I've used Flexcomm-SPI-B to connect to the external Octa-Spi Flash to the processor, just like described by Segger (&lt;A href="https://wiki.segger.com/i.MXRT600" target="_blank"&gt;https://wiki.segger.com/i.MXRT600&lt;/A&gt;) or like it has been done for the evaluation board. (&lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt600-evaluation-kit:MIMXRT685-EVK)" target="_blank"&gt;https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt600-evaluation-kit:MIMXRT685-EVK)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Programming via JLink seems to work, debugging does not work though.&lt;BR /&gt;I guess, this is kind of a setup issue.&lt;/P&gt;&lt;P&gt;There are no examples inside the SDK, as there is no evaluation board for the I.MXRT633S but only for the I.MXRT685S.&lt;/P&gt;&lt;P&gt;When comparing with the 685S projects, I'm at least missing a folder containing flash_config.c/h.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, I would be really happy if someone could provide me a reference on how to set up a project from scratch that makes use of external flash in MCUXpresso.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp;&amp;amp; all the best,&lt;BR /&gt;marvin&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 16:42:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-and-debugging-External-Flashes/m-p/1293447#M14732</guid>
      <dc:creator>__marvin__</dc:creator>
      <dc:date>2021-06-16T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Programming and debugging: External Flashes</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-and-debugging-External-Flashes/m-p/1294818#M14791</link>
      <description>&lt;P&gt;Hello marvin,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's important that in your application you have the flash_config files. These files include the flash configuration block that the ROM bootloader will utilize to communicate with your external memory. You can take as a base the files that we provide within the RT685-EVK SDK, but you will need to make the proper changes to adapt those to the memory that you are using.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides that, you need to verify that you have selected a driver so that the debugger can program the external flash. You can see this in the MCU settings on the properties of your project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="victorjimenez_0-1624029869574.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147478i43B6743F8182BA2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="victorjimenez_0-1624029869574.png" alt="victorjimenez_0-1624029869574.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, in the preprocessor settings of your project, it's important to verify that you declared the BOOT_HEADER_ENABLE symbol to 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="victorjimenez_1-1624029955695.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147479i8EAE5AFFB821508D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="victorjimenez_1-1624029955695.png" alt="victorjimenez_1-1624029955695.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you connect the memory to FlexSPI port B, you must configure the ISP pins properly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="victorjimenez_2-1624030024738.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/147480i678BE9527D9032EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="victorjimenez_2-1624030024738.png" alt="victorjimenez_2-1624030024738.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Victor&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 15:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-and-debugging-External-Flashes/m-p/1294818#M14791</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2021-06-18T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programming and debugging: External Flashes</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-and-debugging-External-Flashes/m-p/1296272#M14837</link>
      <description>&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is perfect, thank you very much! &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 16:01:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-and-debugging-External-Flashes/m-p/1296272#M14837</guid>
      <dc:creator>__marvin__</dc:creator>
      <dc:date>2021-06-22T16:01:17Z</dc:date>
    </item>
  </channel>
</rss>

