<?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 Processors中的主题 Re: Access QSPI from M4 on iMX8-mini</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957621#M143064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I will build a kernel with the flexspi driver and write some code on for the M4 and try this out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples you pointed to are for linux but I need to the M4 handle the writes to the flexspi.&amp;nbsp; I can use rpmsg to let the M4 know there is data from the A53 but I want to use SDMA for some of my larger write(and reads) to other task can run in the rtos.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2019 04:06:34 GMT</pubDate>
    <dc:creator>jeff_hane</dc:creator>
    <dc:date>2019-07-25T04:06:34Z</dc:date>
    <item>
      <title>Access QSPI from M4 on iMX8-mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957619#M143062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some tight scheduling requirements and I want to use the M4 running FreeRTOS to communicate with an FPGA via FlexQSPI.&amp;nbsp; The data will be received/generated by the A53s and shared with the M4 via RPMsg or the MU.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I don't see a driver for driver in the generated SDK, but if linux setup interface to be memory mapped can I access it from the M4?&amp;nbsp; If yes, can I use SDMA to do a memory-to-memory transfer?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2019 19:28:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957619#M143062</guid>
      <dc:creator>jeff_hane</dc:creator>
      <dc:date>2019-07-23T19:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access QSPI from M4 on iMX8-mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957620#M143063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;if linux setup interface to be memory mapped can I access it from the M4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;can I use SDMA to do a memory-to-memory transfer?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes. Some sdma examples can be found in unit tests&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_sdma_test?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_sdma_test?h=imx_4.14.78_1.0.0_ga"&gt;mxc_sdma_test\test - imx-test - i.MX Driver Test Application Software&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rpmsg driver is described in sect.2.8 Remote Processor Messaging&lt;/P&gt;&lt;P&gt;attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 00:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957620#M143063</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-24T00:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access QSPI from M4 on iMX8-mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957621#M143064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I will build a kernel with the flexspi driver and write some code on for the M4 and try this out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples you pointed to are for linux but I need to the M4 handle the writes to the flexspi.&amp;nbsp; I can use rpmsg to let the M4 know there is data from the A53 but I want to use SDMA for some of my larger write(and reads) to other task can run in the rtos.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 04:06:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957621#M143064</guid>
      <dc:creator>jeff_hane</dc:creator>
      <dc:date>2019-07-25T04:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Access QSPI from M4 on iMX8-mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957622#M143065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems MCUXpresso SDK for Cortex-M&amp;nbsp; i.MX 8M Mini&lt;/P&gt;&lt;P&gt;has sdma examples in ../driver_examples/sdma folder&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 07:03:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/957622#M143065</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-25T07:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Access QSPI from M4 on iMX8-mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/1897418#M225738</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,Excuse me, where can I get&amp;nbsp;&lt;/SPAN&gt;mxc_sdma_test&lt;SPAN&gt;? The previous link is no longer valid.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 10:10:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Access-QSPI-from-M4-on-iMX8-mini/m-p/1897418#M225738</guid>
      <dc:creator>Eddy1</dc:creator>
      <dc:date>2024-07-02T10:10:33Z</dc:date>
    </item>
  </channel>
</rss>

