<?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: DMA Support in FreeRTOS package for imx.7s in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613692#M92735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the ins and outs of what you are trying to do, or the drivers that are available, but if there is a 'bare metal' DMA driver available then you should be able to use that with FreeRTOS to. &amp;nbsp;For example, if you want a task to respond to a DMA transfer then you could use the DMA interrupt along with a direct to task notification to unblock the task in a similar way as described &lt;A href="http://www.freertos.org/RTOS_Task_Notification_As_Counting_Semaphore.html"&gt;on this page&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Oct 2016 21:28:52 GMT</pubDate>
    <dc:creator>FreeRTOS_org</dc:creator>
    <dc:date>2016-10-08T21:28:52Z</dc:date>
    <item>
      <title>DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613690#M92733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on imx7s board. I want to configure DMA to capture I2S data. I want to perform this activity from Cortex M4 core.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have FreeRTOS package for this SoC. But currently DMA driver for FreeRTOS is not available can anyone please help for getting support for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/imx7s m4/tg-p"&gt;#imx7s m4&lt;/A&gt;‌ &lt;A href="https://community.nxp.com/t5/tag/freertos/tg-p"&gt;#freertos&lt;/A&gt;‌ &lt;A href="https://community.nxp.com/t5/tag/dma-i2s/tg-p"&gt;#dma-i2s&lt;/A&gt;‌ &amp;nbsp;&lt;A href="https://community.nxp.com/t5/tag/dma/tg-p"&gt;#dma&lt;/A&gt;‌&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 10:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613690#M92733</guid>
      <dc:creator>vivekrajpara</dc:creator>
      <dc:date>2016-10-07T10:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613691#M92734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will require to create rtos sdma scripts, so may be&lt;/P&gt;&lt;P&gt;recommended to apply to NXP Professional Services:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fsupport%2Fnxp-professional-services%3APROFESSIONAL-SERVICE" rel="nofollow" target="_blank"&gt;http://www.nxp.com/support/nxp-professional-services:PROFESSIONAL-SERVICE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&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>Fri, 07 Oct 2016 23:20:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613691#M92734</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-10-07T23:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613692#M92735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the ins and outs of what you are trying to do, or the drivers that are available, but if there is a 'bare metal' DMA driver available then you should be able to use that with FreeRTOS to. &amp;nbsp;For example, if you want a task to respond to a DMA transfer then you could use the DMA interrupt along with a direct to task notification to unblock the task in a similar way as described &lt;A href="http://www.freertos.org/RTOS_Task_Notification_As_Counting_Semaphore.html"&gt;on this page&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 21:28:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613692#M92735</guid>
      <dc:creator>FreeRTOS_org</dc:creator>
      <dc:date>2016-10-08T21:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613693#M92736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not aware of rtos/'bare metal' i.MX7 sdma drivers, in general&lt;/P&gt;&lt;P&gt;one can try to design own scripts using&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://billauer.co.il/blog/2011/10/imx-sdma-howto-memory-map/" title="http://billauer.co.il/blog/2011/10/imx-sdma-howto-memory-map/"&gt;Freescale i.MX SDMA tutorial (part I)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2016 10:21:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613693#M92736</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-10-09T10:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613694#M92737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Igor..&lt;/P&gt;&lt;P&gt;This SDMA tutorial link is really helpful for understanding SDMA architecture and script writing for accessing it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also thanks for sharing link for Professional services.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I need to capture I2S data (Using SAI interface) on SDMA and give interrupt to Cortex M4 core of Imx7s once enough data is available. I am not pretty sure whether I can do it using DMA scripts or not. Can you please let me know if that is possible? Also if possible, do NXP professional services provide support for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 08:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613694#M92737</guid>
      <dc:creator>vivekrajpara</dc:creator>
      <dc:date>2016-10-13T08:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613695#M92738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Richard for helping me understanding DMA integration design in FreeRTOS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 08:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613695#M92738</guid>
      <dc:creator>vivekrajpara</dc:creator>
      <dc:date>2016-10-13T08:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613696#M92739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking also for a SDMA driver running of the M4 of the imx7d with RTOS. We would like to get capture data from the FTM (timer). Did you finally find existing software ?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jerome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 12:15:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613696#M92739</guid>
      <dc:creator>jeromemathieu</dc:creator>
      <dc:date>2017-04-26T12:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: DMA Support in FreeRTOS package for imx.7s</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613697#M92740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to access I2S over DMA on the Cortex-M4 in a i.MX7 ? I'm struggling with the same issue. Do you have some hints or sample code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 16:03:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DMA-Support-in-FreeRTOS-package-for-imx-7s/m-p/613697#M92740</guid>
      <dc:creator>hvparys</dc:creator>
      <dc:date>2018-11-29T16:03:38Z</dc:date>
    </item>
  </channel>
</rss>

