<?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: [I.MX8M Plus] using DMA to do memory copy from RAM to RAM in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1813199#M220275</link>
    <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Sorry, I don't understand the meaning of "which RAM and what RAM" you said.&lt;BR /&gt;I just want to do a memory copy in a user-space application(not from or to a peripheral) by using DMA to reduce my CPU usage.&lt;/P&gt;&lt;P&gt;If it is possible, could you please show me which part of the BSP I should use to do that?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 23:04:05 GMT</pubDate>
    <dc:creator>linzhenggang1</dc:creator>
    <dc:date>2024-02-21T23:04:05Z</dc:date>
    <item>
      <title>[I.MX8M Plus] using DMA to do memory copy from RAM to RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1811571#M220140</link>
      <description>&lt;P&gt;Is it possible to&amp;nbsp;do a RAM-to-RAM memory copy using DMA?&lt;/P&gt;&lt;P&gt;If yes, how should we do that in Linux?&lt;/P&gt;&lt;P&gt;P.S. We are using BSP L6.1.22&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 07:37:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1811571#M220140</guid>
      <dc:creator>linzhenggang1</dc:creator>
      <dc:date>2024-02-20T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: [I.MX8M Plus] using DMA to do memory copy from RAM to RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1812900#M220254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes it is possible, but you need to clarify which memory to what memory are you using, you can use the provided driver in the BSP.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 15:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1812900#M220254</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-02-21T15:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: [I.MX8M Plus] using DMA to do memory copy from RAM to RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1813199#M220275</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Sorry, I don't understand the meaning of "which RAM and what RAM" you said.&lt;BR /&gt;I just want to do a memory copy in a user-space application(not from or to a peripheral) by using DMA to reduce my CPU usage.&lt;/P&gt;&lt;P&gt;If it is possible, could you please show me which part of the BSP I should use to do that?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 23:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1813199#M220275</guid>
      <dc:creator>linzhenggang1</dc:creator>
      <dc:date>2024-02-21T23:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: [I.MX8M Plus] using DMA to do memory copy from RAM to RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1813835#M220317</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;There is no code to show how to use dma, but one can show the section 3.7.3 of the linux reference manual:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/reference-manual/IMX_REFERENCE_MANUAL.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/reference-manual/IMX_REFERENCE_MANUAL.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:03:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1813835#M220317</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-02-22T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: [I.MX8M Plus] using DMA to do memory copy from RAM to RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1816402#M220470</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;In 3.7.1, it said that the SDMA API driver is for other drivers(kernel mode) but not for a user space application. Is my understanding correct?&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;3.7.1 Overview&lt;BR /&gt;The Smart Direct Memory Access (SDMA) API driver controls the SDMA hardware. It provides an API to other&lt;BR /&gt;drivers for transferring data between MCU memory space and the peripherals. It supports the following features:&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:09:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1816402#M220470</guid>
      <dc:creator>linzhenggang1</dc:creator>
      <dc:date>2024-02-27T09:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: [I.MX8M Plus] using DMA to do memory copy from RAM to RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1816605#M220481</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes, it's correct!, if you like to copy RAM to RAM can use the SDMA but The current drivers don't have the API to do it.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 14:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-Plus-using-DMA-to-do-memory-copy-from-RAM-to-RAM/m-p/1816605#M220481</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-02-27T14:01:18Z</dc:date>
    </item>
  </channel>
</rss>

