<?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: FLEXSPI NOR POLLING Modification and Questions in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1314815#M3286</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In parallel mode, A1 and A2 could not be accessed at the same time. Same for B1 and B2. Please refer to Chapter 9.6.3.1 for boot Configuration, and the "Bit2 – ParallelModeEnable" of "controllerMiscOption" register for parallel mode enable.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jul 2021 20:54:52 GMT</pubDate>
    <dc:creator>FelipeGarcia</dc:creator>
    <dc:date>2021-07-28T20:54:52Z</dc:date>
    <item>
      <title>FLEXSPI NOR POLLING Modification and Questions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1311339#M3269</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to modify the FLEXSPI example to work with a second QSPI chip, but I'm running into some issues and I have some fundamental questions regarding the example.&lt;/P&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;I am working with the RT1060 dev board and the 2.9.3 SDK in MCUXpresso 11.3.1.&amp;nbsp; On the dev board, we have attached a second&amp;nbsp;IS25WP064A and connected the chip select signal to [P2] GPIO_SD_B1_04.&amp;nbsp; In software, I have added the chip select signal to the FLEXSPI group, labeled it as FlexSPI_SS1, and configured it the same way as&amp;nbsp;FlexSPI_SS0 (IOMUXC_SetPinConfig(IOMUXC_GPIO_SD_B1_04_FLEXSPIA_SS1_B, 0x10F1U);).&amp;nbsp; Additionally, I have modified flexspi_nor_config_t qspiflash_config in evkmimrt1060_flexspi_nor_config.c and added&amp;nbsp;.sflashA2Size = 8u * 1024u * 1024u.&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;I am unable to confirm that the second QSPI chip is responding and is being controlled.&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When the programmer takes control and starts to program the board, the&amp;nbsp;MIMXRT1060_SFDP_QSPI.cfx detects two chips, but they are the same address (0x60000000).&amp;nbsp; Is this expected or is this the first sign that something isn't correct.&lt;/LI&gt;&lt;LI&gt;Since this is XIP, does the memory viewer not allow me to change the memory directly?&lt;/LI&gt;&lt;LI&gt;Is it expected that the A2 chip memory location has the same data as the A1 chip for the header location?&lt;/LI&gt;&lt;LI&gt;Looking at the code, I can see that it initializes A1 directly.&amp;nbsp; Do I need to initialize A2 in the same way?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I will upload the project I am working with shortly.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 14:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1311339#M3269</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-07-21T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXSPI NOR POLLING Modification and Questions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1311342#M3270</link>
      <description />
      <pubDate>Wed, 21 Jul 2021 14:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1311342#M3270</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-07-21T14:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXSPI NOR POLLING Modification and Questions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1312714#M3277</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;As you are using FlexSPI A1 and A2 memory should be located in different locations. Please check image below. When using parallel mode, FlexSPI will merge/split the flash read/program data automatically and behave as one memory.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="FelipeGarcia_2-1627064055981.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150742i43292BA38D1E69A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FelipeGarcia_2-1627064055981.png" alt="FelipeGarcia_2-1627064055981.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&amp;nbsp; So you will use the two QSPI for XIP? If that is the case and you are not using parallel mode a problem can occur when there is a code instruction placed on the address border between each memory. I think parallel mode is more accurate to your application.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;Please see my answer 1.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;Yes.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 18:15:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1312714#M3277</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2021-07-23T18:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXSPI NOR POLLING Modification and Questions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1313212#M3282</link>
      <description>&lt;P&gt;Hello Felipe,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;My understanding is that the parallel mode will split the data and commands between two devices, one on port A and one on port B.&amp;nbsp; Does parallel mode also work with two devices on the same port?&lt;/LI&gt;&lt;LI&gt;Yes, I want to use both parts as a single XIP memory space.&lt;/LI&gt;&lt;LI&gt;Ok&lt;/LI&gt;&lt;LI&gt;Do both chips get the same config data or will one be slightly different?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 26 Jul 2021 12:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1313212#M3282</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-07-26T12:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXSPI NOR POLLING Modification and Questions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1314815#M3286</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In parallel mode, A1 and A2 could not be accessed at the same time. Same for B1 and B2. Please refer to Chapter 9.6.3.1 for boot Configuration, and the "Bit2 – ParallelModeEnable" of "controllerMiscOption" register for parallel mode enable.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1314815#M3286</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2021-07-28T20:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: FLEXSPI NOR POLLING Modification and Questions</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1319705#M3292</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://protect-us.mimecast.com/s/FLTwCmZno7hNjGocOBS1A?domain=community.nxp.com" target="_blank"&gt;FlexSPI A2 Chip Select Not Toggling.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 12:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FLEXSPI-NOR-POLLING-Modification-and-Questions/m-p/1319705#M3292</guid>
      <dc:creator>chadgraham</dc:creator>
      <dc:date>2021-08-06T12:38:33Z</dc:date>
    </item>
  </channel>
</rss>

