<?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 mx6 SDMA EMI in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mx6-SDMA-EMI/m-p/819997#M126283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear programmers,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #ffffff; font-size: 14px;"&gt;I bought a i.MX6Q board, Android version:4.4.2, Kernel version:3.0.35.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #ffffff; font-size: 14px;"&gt;Now, i test the SDMA function and i found a question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I think if i want to finish&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;the SDMA function, I must configure the EMI(External Memoey Interface).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; But i can not find how to configure the EMI. So i think i need some suggestion.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 02:06:39 GMT</pubDate>
    <dc:creator>rclongyunteng</dc:creator>
    <dc:date>2018-08-06T02:06:39Z</dc:date>
    <item>
      <title>mx6 SDMA EMI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6-SDMA-EMI/m-p/819997#M126283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear programmers,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #ffffff; font-size: 14px;"&gt;I bought a i.MX6Q board, Android version:4.4.2, Kernel version:3.0.35.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #ffffff; font-size: 14px;"&gt;Now, i test the SDMA function and i found a question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I think if i want to finish&amp;nbsp;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;the SDMA function, I must configure the EMI(External Memoey Interface).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; But i can not find how to configure the EMI. So i think i need some suggestion.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 02:06:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6-SDMA-EMI/m-p/819997#M126283</guid>
      <dc:creator>rclongyunteng</dc:creator>
      <dc:date>2018-08-06T02:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: mx6 SDMA EMI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6-SDMA-EMI/m-p/819998#M126284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yunteng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The android kk is not supported anymore but generally the &lt;SPAN&gt;&lt;STRONG&gt;SDMA&lt;/STRONG&gt;&lt;/SPAN&gt; test is the simplest way to adapt current Linux &lt;SPAN&gt;&lt;STRONG&gt;SDMA&lt;/STRONG&gt;&lt;/SPAN&gt; support for Your purposes. Please take into considerations the following :&lt;/P&gt;&lt;P&gt;1) &lt;SPAN&gt;&lt;STRONG&gt;EIM&lt;/STRONG&gt;&lt;/SPAN&gt; must be configured and enabled before using via SDMA;&lt;/P&gt;&lt;P&gt;2) &lt;SPAN&gt;&lt;STRONG&gt;EIM&lt;/STRONG&gt;&lt;/SPAN&gt; should be configured for address incrementing (non-FIFO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For maximal performance it may be recommended to use ARM block copy instructions (LDM / STM). Also please look at the following :&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103127"&gt;https://community.nxp.com/docs/DOC-103127&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6-SDMA-EMI/m-p/819998#M126284</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2018-08-09T14:51:12Z</dc:date>
    </item>
  </channel>
</rss>

