<?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 VF6xx QSPI write using eDMA in Vybrid Processors</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/VF6xx-QSPI-write-using-eDMA/m-p/748447#M5883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Processor :&lt;/P&gt;&lt;P&gt;VF6xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task :&lt;/P&gt;&lt;P&gt;1. Write external flash chip through QSPI&lt;/P&gt;&lt;P&gt;2. Need to transmit 512 Bytes, for one selecton of LUT sequence, so need to keep loading Tx buffer as and when the data gets pushed out of the QSPI lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;1. Is it possible to use eDMA to transfer data to Tx buffer of QSPI.&lt;/P&gt;&lt;P&gt;2. How eDMA will get to know Tx buffer full information from QSPI so that it will wait till there is empty place in Tx buffer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 07:57:56 GMT</pubDate>
    <dc:creator>nileshgujarathi</dc:creator>
    <dc:date>2018-04-19T07:57:56Z</dc:date>
    <item>
      <title>VF6xx QSPI write using eDMA</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF6xx-QSPI-write-using-eDMA/m-p/748447#M5883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Processor :&lt;/P&gt;&lt;P&gt;VF6xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task :&lt;/P&gt;&lt;P&gt;1. Write external flash chip through QSPI&lt;/P&gt;&lt;P&gt;2. Need to transmit 512 Bytes, for one selecton of LUT sequence, so need to keep loading Tx buffer as and when the data gets pushed out of the QSPI lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;1. Is it possible to use eDMA to transfer data to Tx buffer of QSPI.&lt;/P&gt;&lt;P&gt;2. How eDMA will get to know Tx buffer full information from QSPI so that it will wait till there is empty place in Tx buffer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 07:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF6xx-QSPI-write-using-eDMA/m-p/748447#M5883</guid>
      <dc:creator>nileshgujarathi</dc:creator>
      <dc:date>2018-04-19T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: VF6xx QSPI write using eDMA</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF6xx-QSPI-write-using-eDMA/m-p/748448#M5884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I get some support for regarding this post ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:38:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF6xx-QSPI-write-using-eDMA/m-p/748448#M5884</guid>
      <dc:creator>nileshgujarathi</dc:creator>
      <dc:date>2018-04-20T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: VF6xx QSPI write using eDMA</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF6xx-QSPI-write-using-eDMA/m-p/748449#M5885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don’t believe this approach is going to be feasible.&lt;/P&gt;&lt;P&gt;The QSPI peripheral on Vybrid supports Interrupt and DMA operation, but the only DMA trigger is the “RX Buffer Drain”. This signal indicates that the RX Buffer has data to be read (data has been transferred from the QSPI Device to the RX Buffer) and the DMA channel is expected to empty the RX Buffer.&lt;/P&gt;&lt;P&gt;There is not a corresponding TX Buffer Empty DMA trigger.&lt;/P&gt;&lt;P&gt;I suspect that in the end you will trigger a DMA Channel in the interrupt service routine from the TX Buffer Empty, and this DMA Channel will simply fill the TX Buffer so that there is sufficient data for the page program. Note that the page program time is likely to be significantly longer than the time it takes to fill the TX Buffer with a DMA channel.&lt;/P&gt;&lt;P&gt;The specifics for the DMA manager will be completely dependent upon the operating system that you are running on the Vybrid, and which core. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 08:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF6xx-QSPI-write-using-eDMA/m-p/748449#M5885</guid>
      <dc:creator>UK_CF_FAE</dc:creator>
      <dc:date>2018-05-01T08:40:25Z</dc:date>
    </item>
  </channel>
</rss>

