<?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: MIMXRT1060_SFDP_QSPI.cfx Source Code in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1315436#M3290</link>
    <description>&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;I'm actually looking for the source code so I can modify the .cxf file.&amp;nbsp; I am only able to find a limited number of flash drivers in the folder.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chadgraham_0-1627581832077.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151238iE5448761847832EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chadgraham_0-1627581832077.png" alt="chadgraham_0-1627581832077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jul 2021 18:04:04 GMT</pubDate>
    <dc:creator>chadgraham</dc:creator>
    <dc:date>2021-07-29T18:04:04Z</dc:date>
    <item>
      <title>MIMXRT1060_SFDP_QSPI.cfx Source Code</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1312156#M3275</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to resolve an issue where I cannot add a second QSPI to the RT1060 Dev Board.&amp;nbsp; One of the open questions relates to the&amp;nbsp;MIMXRT1060_SFDP_QSPI.cfx and I'm looking for the source code.&lt;/P&gt;&lt;P&gt;Side note:&lt;/P&gt;&lt;P&gt;I found the iMXRT1050_QSPI example, but the project actually fails when you test it... I even tried it on a 1050 dev board.&amp;nbsp; I do not have any faith that the example is even usable in this state.&lt;/P&gt;&lt;P&gt;I'm using MCUXpresso 11.3.1 and the 2.9.3 SDK&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 18:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1312156#M3275</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-07-22T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1060_SFDP_QSPI.cfx Source Code</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1312718#M3278</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/101064"&gt;@chadgraham&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you explain how are you modifying the EVK to add the second memory? By default the EVK has the QSPI connected but the FlexSPI channel connected to the HyperRAM is the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Alexis Andalon&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 18:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1312718#M3278</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2021-07-23T18:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1060_SFDP_QSPI.cfx Source Code</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1313210#M3281</link>
      <description>&lt;P&gt;Hello Alexis,&lt;/P&gt;&lt;P&gt;We connected the second QSPI device to the same data bus as the existing QSPI device and added a wire mod to grab the proper chip select signal; All signals are assigned to the FlexSPI port.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 12:41:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1313210#M3281</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-07-26T12:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1060_SFDP_QSPI.cfx Source Code</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1313420#M3284</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/101064"&gt;@chadgraham&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;To use a second QSPI, you would need to connect it to the other FlexSPI channel and the code still would boot from the FlexSPI channel that the memory is connected but if need it after boot the code could be executed from the second QSPI. Also for this you would need to modify the boot config files, I will suggest to check the following app note&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12564.pdf" target="_blank"&gt;Implement RWW on i.MX RT Series (nxp.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, the file that you're looking for is in the following path: path:&amp;nbsp;MCUXpressoIDE\ide\plugins\com.nxp.mcuxpresso.tools.bin.win32_11.3.0.202103301458\binaries\Flash&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 22:48:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1313420#M3284</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2021-07-26T22:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1060_SFDP_QSPI.cfx Source Code</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1315436#M3290</link>
      <description>&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;I'm actually looking for the source code so I can modify the .cxf file.&amp;nbsp; I am only able to find a limited number of flash drivers in the folder.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chadgraham_0-1627581832077.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/151238iE5448761847832EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chadgraham_0-1627581832077.png" alt="chadgraham_0-1627581832077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 18:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1315436#M3290</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-07-29T18:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1060_SFDP_QSPI.cfx Source Code</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1318395#M3291</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/101064"&gt;@chadgraham&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Unfortunately, these example drivers are the only ones available but as I previously mention, the process to add a second QSPI would be as the app note mention.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Alexis Andalon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 18:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/MIMXRT1060-SFDP-QSPI-cfx-Source-Code/m-p/1318395#M3291</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2021-08-04T18:09:45Z</dc:date>
    </item>
  </channel>
</rss>

