<?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>Vybrid ProcessorsのトピックVF61 Linux SPI DMA support</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487787#M5286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;spi-fsl-dspi driver does not supports DMA. I made some driver modification for DMA support.&lt;/P&gt;&lt;P&gt; After code test I got next result. DMA transmit is ok. DMA receives about 50% of lost packets (some parts of buffer contents previous message). The issue is in DMA. Not all data are copied from device fifo into memory. RXCTR = 0 in rx callback transaction indicates that data is read. SPIx_RXFRn register shows a new correct value. Do you have idea about reason of bad DMA transfers? Draft code is attached.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338802"&gt;spi-fsl-dspi.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 06:08:29 GMT</pubDate>
    <dc:creator>olegpetrakivsky</dc:creator>
    <dc:date>2016-04-07T06:08:29Z</dc:date>
    <item>
      <title>VF61 Linux SPI DMA support</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487787#M5286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;spi-fsl-dspi driver does not supports DMA. I made some driver modification for DMA support.&lt;/P&gt;&lt;P&gt; After code test I got next result. DMA transmit is ok. DMA receives about 50% of lost packets (some parts of buffer contents previous message). The issue is in DMA. Not all data are copied from device fifo into memory. RXCTR = 0 in rx callback transaction indicates that data is read. SPIx_RXFRn register shows a new correct value. Do you have idea about reason of bad DMA transfers? Draft code is attached.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338802"&gt;spi-fsl-dspi.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 06:08:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487787#M5286</guid>
      <dc:creator>olegpetrakivsky</dc:creator>
      <dc:date>2016-04-07T06:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: VF61 Linux SPI DMA support</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487788#M5287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/timesyssupport"&gt;timesyssupport&lt;/A&gt;​ can you help here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 21:24:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487788#M5287</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-04-11T21:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: VF61 Linux SPI DMA support</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487789#M5288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="214905" data-objecttype="3" href="https://community.nxp.com/people/timesyssupport" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #266fc8;"&gt;Timesys Support&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; do you have an update?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:47:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487789#M5288</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-04-18T15:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: VF61 Linux SPI DMA support</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487790#M5289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;A href="https://www.toradex.com/community/questions/1961/vf61-linux-spi-dma-support.html" title="https://www.toradex.com/community/questions/1961/vf61-linux-spi-dma-support.html"&gt;VF61 Linux SPI DMA support - Toradex Community&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 05:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487790#M5289</guid>
      <dc:creator>olegpetrakivsky</dc:creator>
      <dc:date>2016-04-19T05:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: VF61 Linux SPI DMA support</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487791#M5290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg Petrakivskyi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for our delayed response.&lt;/P&gt;&lt;P&gt;From your information, DMA transmission is fine. Overall domination among the bus is changed into the interrupt controller after the CPU acknowledges DMA request, to verify Rx FIFO - could you please share your slave peripheral device hardware information with us. It'll help us to debug/reproduce your issue in my end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timesys Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:37:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/487791#M5290</guid>
      <dc:creator>timesyssupport</dc:creator>
      <dc:date>2016-04-20T13:37:41Z</dc:date>
    </item>
    <item>
      <title>This an automatic process.  We are marking this post as s...</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/1138477#M6137</link>
      <description>&lt;B&gt;This an automatic process.&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
We are marking this post as solved, due to the either low activity or any reply marked as correct.&lt;BR /&gt;&lt;BR /&gt;
If you have additional questions, please create a new post and reference to this closed post.&lt;BR /&gt;&lt;BR /&gt;
NXP Community!</description>
      <pubDate>Thu, 03 Sep 2020 18:45:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/VF61-Linux-SPI-DMA-support/m-p/1138477#M6137</guid>
      <dc:creator>CommunityBot</dc:creator>
      <dc:date>2020-09-03T18:45:34Z</dc:date>
    </item>
  </channel>
</rss>

