<?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: Add a second QSPI memory device. in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1319285#M7249</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;After much hardship, I was able to get this to work.&amp;nbsp; In case other people are interested, I posted a working version of the example code at &lt;A href="https://community.nxp.com/t5/MCUXpresso-IDE/FlexSPI-A2-Chip-Select-Not-Toggling/m-p/1316589/highlight/false#M7248" target="_self"&gt;FlexSPI A2 Chip Select Not Toggling.&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 20:45:44 GMT</pubDate>
    <dc:creator>chadgraham</dc:creator>
    <dc:date>2021-08-05T20:45:44Z</dc:date>
    <item>
      <title>Add a second QSPI memory device.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1294695#M7060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to add a second QSPI memory device to our design that uses the second CS of the bus and is located immediately after the existing device.&amp;nbsp; I am using the RT1060-EVK and we've been using the existing QSPI device as our XIP location so I'm fairly confident that the board and application are setup properly.&lt;/P&gt;&lt;P&gt;We've added the second CS to the pin mux and it is setup the same as the first CS.&amp;nbsp; I have tried modifying the memory configuration to add a second chip and I'm using the same configuration file as the driver, but the memory view tool shows the new "region" as inaccessible.&lt;/P&gt;&lt;P&gt;Is there an app note or set of instructions that walks through adding a second device?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 12:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1294695#M7060</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-06-18T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add a second QSPI memory device.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1295608#M7062</link>
      <description>&lt;P&gt;Hi Chad,&lt;/P&gt;
&lt;P&gt;If you are going to use a different Flexspi interface to connect to the second memory I think you can refer to the flexspi_nor_polling_transfer example of the SDK. This example enables a QSPI in application to write and erase some data. You can take same structure to initialize your second QSPI flash.&lt;/P&gt;
&lt;P&gt;Also you can take a look to this application note: &lt;A href="https://www.nxp.com/docs/en/application-note/AN12564.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12564.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored. Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 18:45:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1295608#M7062</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2021-06-21T18:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add a second QSPI memory device.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1296140#M7063</link>
      <description>&lt;P&gt;Hello Felipe,&lt;/P&gt;&lt;P&gt;Do I need to use a second Flexspi interface to accomplish this or can I simple modify the existing one to add a second CS?&amp;nbsp; I plan to stick with the same signals for the clock and data lines.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 11:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1296140#M7063</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-06-22T11:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add a second QSPI memory device.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1297080#M7065</link>
      <description>&lt;P&gt;Hi Chad,&lt;/P&gt;
&lt;P&gt;As it is mentioned in the AN, you can use the same FlexSPI port but you must use the same flash device, and keep the same flash timings.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 18:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1297080#M7065</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2021-06-23T18:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add a second QSPI memory device.</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1319285#M7249</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;After much hardship, I was able to get this to work.&amp;nbsp; In case other people are interested, I posted a working version of the example code at &lt;A href="https://community.nxp.com/t5/MCUXpresso-IDE/FlexSPI-A2-Chip-Select-Not-Toggling/m-p/1316589/highlight/false#M7248" target="_self"&gt;FlexSPI A2 Chip Select Not Toggling.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 20:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-a-second-QSPI-memory-device/m-p/1319285#M7249</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-08-05T20:45:44Z</dc:date>
    </item>
  </channel>
</rss>

