<?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: FAST eDMA in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826197#M49907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I followed your advice and I succeded stopping PWM by transfering 0 to&amp;nbsp;FTM0_SC through&amp;nbsp;DMA. So what I see know is that PWM stops when the 8 transfers are finished. Great&amp;nbsp;:smileyhappy:&amp;nbsp;!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;However, I need the PWM to work at a period of 50ns aprox, and at this frecuency what I see is that the PWM stops after 27 pulses instead of at 8.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TEK00006 modi.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74307i23FA17017AAD2DDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEK00006 modi.png" alt="TEK00006 modi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Does it mean that DMA can´t work so fast? Any clue to make it faster?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Aitor.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 08:19:33 GMT</pubDate>
    <dc:creator>patricio</dc:creator>
    <dc:date>2018-10-11T08:19:33Z</dc:date>
    <item>
      <title>FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826189#M49899</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with a TWR-K64 board and Kinetis KDS v3.2.0 with Processor Expert (no SDK).&lt;/P&gt;&lt;P&gt;After quite a lot of struggle time I succeeded making DMA work, but unfortunately not as fast as I need. This is the example project I developed to work with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Every time the tact-switch SW3 from&amp;nbsp;TWR-K64 board is pressed, a PWM signal is generated in PTD5 pin.&lt;/LI&gt;&lt;LI&gt;Every rising edge of this pin a DMA data transfer is completed, from a source array[] to a destination array[].&lt;/LI&gt;&lt;LI&gt;After 8 data transfers, the Major loop finished interrupt is executed and PWM is disabled, until SW3 is pressed again.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example works fine when the PWM signal period is about 200ns or higher, but&amp;nbsp;I need to generate a faster PWM signal. When the PWM is configured with a period of 133ns, using&amp;nbsp;an oscilloscope I can see that after 8 rising egde the PWM signal is disabled. So I assume that it is working ok. However, sometimes it needs 9 pulses and some others 16 pulses to be finished. Please have a look to the scope images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Copia de TEK00003.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74542i13B5F78A3EE25E02/image-size/large?v=v2&amp;amp;px=999" role="button" title="Copia de TEK00003.PNG" alt="Copia de TEK00003.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="Copia de TEK00005.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74582i2EFDBBE17C3266C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Copia de TEK00005.PNG" alt="Copia de TEK00005.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Copia de TEK00004.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74633i3A1E74EE2ADC624B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Copia de TEK00004.PNG" alt="Copia de TEK00004.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it mean that DMA can´t work so fast? I need the PWM to work at a period of 50ns aprox. What can I do?&lt;/P&gt;&lt;P&gt;I followed this &lt;A href="https://mcuoneclipse.com/2014/06/14/frdm-k64f-atmaximum-speed-of-120-mhz/"&gt;post&lt;/A&gt;&amp;nbsp;from mcuoneclipse.com to configure the board to the maximum speed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appeciate your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:36:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826189#M49899</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2018-10-04T11:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826190#M49900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What generates the PWM signal (Flex Timer?)&lt;BR /&gt;2 Why are there 8 DMA transfers in the major loop - are these transfers controlling HW? What is triggering the DA transfers (SW?)&lt;BR /&gt;3. If you are using the DMA completion interrupt you will have the interrupt response time (and interrupt priority dependencies) which would give quite high jitter (us range)&lt;BR /&gt;4. What are the effects of mechanical bouncing on the switch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get accurate timing (&amp;lt;us) you will need control the HW directly via DMA and avoid interrupt routines being involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;Kinetis K64:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-K64F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-K64F.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTWR-K64F120M.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-K64F120M.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTEENSY_3.5.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TEENSY_3.5.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FHexiwear-K64F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/Hexiwear-K64F.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For less questions and faster, cheaper developments: try uTasker for Kinetis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 13:00:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826190#M49900</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-10-04T13:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826191#M49901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mark for you quick answer.&lt;/P&gt;&lt;P&gt;I will enumerate the answers to your comments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You are right, Flex Timer generates the PWM. Any suggestion?&lt;/P&gt;&lt;P&gt;2.1) &amp;nbsp;I configured the "Init_eDMA" componet by Processor Expert to do so. There are only 8 transfers to make the debuggind&amp;nbsp;easier and make sure it works. The real project would have 4000 transfers aprox. &amp;nbsp;&lt;/P&gt;&lt;P&gt;2.2) This transfers are controlled by the DMA hardware of the microcontroller. I configured it by Processor Expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="04-10-2018 16-08-26.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74103i68AB39F733269E46/image-size/large?v=v2&amp;amp;px=999" role="button" title="04-10-2018 16-08-26.png" alt="04-10-2018 16-08-26.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.2) I am not sure to undestand when you ask what is triggering the DMA transfers. The eDMA peripheral request is hardware request: GPIO pin PTD5 makes a request on its rising edge, that is generated by PWM.&lt;/P&gt;&lt;P&gt;3) OK,&amp;nbsp;I see. So you mean that by the time the "Major loop finished" interrupt is executed and PWM is disabled on it, some extra PWM pulses are generated. That makes sense. However, why sometimes I see 8 pulses (target pulses) and 9 and 16 in others?&lt;/P&gt;&lt;P&gt;4) Mechanical bouncing is discarded. I control it by software.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree when you say that I&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;need to control the HW directly via DMA and avoid interrupt routines being involved. However I see necesary to use the&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;"Major loop finished" interrupt to be noticed that it is finished. Don´t you think so? And if not,&amp;nbsp;how could I do it?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to make it work faster?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:58:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826191#M49901</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2018-10-04T14:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826192#M49902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aitor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your interrupt response time may have jitter due to other interrupts in progress that can't be interrupted (due to higher priority).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) See whether you can chain DMA channels so that the completion of the major loop doesn't cause an interrupt (although could also to inform the application that it has terminated) but instead causes another DMA channel transfer that immediately stops the PWM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you connect the PWM output to a clock input of another FlexTimer/PWM you can count the number of pulses generated. When the required number has been seen the timer can generate a DMA transfer that stops the PWM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 17:15:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826192#M49902</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-10-04T17:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826193#M49903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;At the moment I´m afraid the second option is not possible, as I am not alowed to change our&amp;nbsp;hardware. But I think the first option could suit very well.&lt;/P&gt;&lt;P&gt;However, reading the microcontroller datasheet I am not able to find the proper register where DMA should&amp;nbsp;write to disable the PWM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to follow the method "PWM1_Disable()" &amp;nbsp;generated by Processor Expert in order to follow the generated code to find out the mentioned register, but no way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thank you again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;P&gt;Aitor.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 10:09:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826193#M49903</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2018-10-05T10:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826194#M49904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aitor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do a DMA transfer of the value 0 to the flex timer control register it will disable the clock to the module and thus freeze it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826194#M49904</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-10-05T15:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826195#M49905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aitor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention that when the clock is disabled to the FlexTimer it will tri-state its outputs, which means that you can define the output pin's state by configuring a pull-up or pull-down accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2018 20:20:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826195#M49905</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-10-06T20:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826196#M49906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it by a Major loop link request. I will keep you inform.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aitor.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 09:35:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826196#M49906</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2018-10-08T09:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826197#M49907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I followed your advice and I succeded stopping PWM by transfering 0 to&amp;nbsp;FTM0_SC through&amp;nbsp;DMA. So what I see know is that PWM stops when the 8 transfers are finished. Great&amp;nbsp;:smileyhappy:&amp;nbsp;!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;However, I need the PWM to work at a period of 50ns aprox, and at this frecuency what I see is that the PWM stops after 27 pulses instead of at 8.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TEK00006 modi.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74307i23FA17017AAD2DDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEK00006 modi.png" alt="TEK00006 modi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Does it mean that DMA can´t work so fast? Any clue to make it faster?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;Aitor.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 08:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826197#M49907</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2018-10-11T08:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: FAST eDMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826198#M49908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some information about this issue, I found the following post in the NXP Community about the maximum data rate of DMA:&amp;nbsp;&lt;A href="https://community.nxp.com/thread/442522"&gt;max DMA data rate documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MK64FN1M0 runs at 120MHz core too and 60MHz bus. So if I asume a &amp;nbsp;rate of 120MBytes/s for long word transfer, then each long word DMA transfer would take 7.94ns. Is this right? If so, why can´t I work below 133ns? What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 08:48:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FAST-eDMA/m-p/826198#M49908</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2018-10-16T08:48:20Z</dc:date>
    </item>
  </channel>
</rss>

