<?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_dma driver missing in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1063640#M2441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hugo,&lt;/P&gt;&lt;P&gt;There isn't fsl_flexspi_dma.c/.h. How do you get such warning? FlexIO is another kind of peripheral. Its driver can't be used on flexspi.&lt;/P&gt;&lt;P&gt;Here is some reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/518925"&gt;https://community.nxp.com/thread/518925&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2020 03:06:12 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2020-08-27T03:06:12Z</dc:date>
    <item>
      <title>flexspi_dma driver missing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1063639#M2440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm brand new to MCUExpresso IDE. I'm trying to configure the SDK for a custom board project with a MIMXRT1062 microcontroller. I have added the flexspi driver to access an external QSPI flash device. However, I get a warning saying that the fsl_flexspi_dma driver is missing in the project (required for the DMA mode). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check in the SDK, there is no such driver. The only driver I found is the flexio_dpi_edma driver which goes along with flexio_spi driver I guest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which driver should I choose (flexio_spi or flexspi) and why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If flexspi driver should be chosen, how to get rid of this warning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE v11.2.0 [Build 4120] [2020-07-09]&lt;/P&gt;&lt;P&gt;SDK_2.x_MIMXRT1062xxxxA 2.8.2.201911251446&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:22:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1063639#M2440</guid>
      <dc:creator>h_bouchard</dc:creator>
      <dc:date>2020-08-25T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: flexspi_dma driver missing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1063640#M2441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hugo,&lt;/P&gt;&lt;P&gt;There isn't fsl_flexspi_dma.c/.h. How do you get such warning? FlexIO is another kind of peripheral. Its driver can't be used on flexspi.&lt;/P&gt;&lt;P&gt;Here is some reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/518925"&gt;https://community.nxp.com/thread/518925&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 03:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1063640#M2441</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2020-08-27T03:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: flexspi_dma driver missing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1063641#M2442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a test project that I can send to you but it's 50 MB...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The warning I have is not during compilation but in the problem view in the peripheral perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported a flexspi example (evkmimxrt1060_flexspi_hyper_flash_polling_transfer) and saw that no flexspi peripheral driver is instantiated there, all the initialization is done in the user code. However there is a warning saying "Peripheral FLEXSPI is not initialized".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I guess that warnings in the peripheral perspective can easily be ignore without problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 15:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1063641#M2442</guid>
      <dc:creator>h_bouchard</dc:creator>
      <dc:date>2020-08-27T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: flexspi_dma driver missing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1132856#M2725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes, you can ignore this warning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 06:07:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/flexspi-dma-driver-missing/m-p/1132856#M2725</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2020-09-01T06:07:31Z</dc:date>
    </item>
  </channel>
</rss>

