<?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>i.MX RT Crossover MCUsのトピックRe: use EDMA realize a infinite loop circle queue</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1779371#M28177</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance for contacting NXP support.&lt;/P&gt;
&lt;P&gt;Thank you for the information I think the following &lt;A title="community post" href="https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-with-DMA-but-without-using-interrupts/m-p/1062177" target="_blank" rel="noopener"&gt;community post&lt;/A&gt; have the information you require for your application.&lt;/P&gt;
&lt;P&gt;Please let me know if there is anything else I can do for you.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 22:07:11 GMT</pubDate>
    <dc:creator>nxf77486</dc:creator>
    <dc:date>2023-12-22T22:07:11Z</dc:date>
    <item>
      <title>use EDMA realize a infinite loop circle queue</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1774738#M28015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a lot of USART data to receive and continue processing. I want to receive the data in a circular queue in RAM, which is mapped to a DMA receiving area.&lt;/P&gt;&lt;P&gt;I can successfully receive the data and use the EDMA_SetModulo function to let the data "circle" in the RAM. But if the received data counter exceeds the number I set, it stops. I think I can use a DMA interrupt to reset the received data counter, but I worry about the interrupt causing me to miss some incoming data. I want to know if there is another way to tell the DMA to reload the received data counter automatically so that I can receive the data without any interrupt.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 10:29:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1774738#M28015</guid>
      <dc:creator>wangfan_1987</dc:creator>
      <dc:date>2023-12-14T10:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: use EDMA realize a infinite loop circle queue</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1775212#M28032</link>
      <description>&lt;P&gt;I found something strange,when I installed a callback with&amp;nbsp;EDMA_SetCallback，Even through I do nothing in this callback function(just a __NOP() in it),the DMA receive circle queue can continue circle as I need.Maybe there is something I need to config?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 02:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1775212#M28032</guid>
      <dc:creator>wangfan_1987</dc:creator>
      <dc:date>2023-12-15T02:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: use EDMA realize a infinite loop circle queue</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1776473#M28077</link>
      <description>&lt;P&gt;Could you please tell us which device are you using please?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 15:53:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1776473#M28077</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2023-12-18T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: use EDMA realize a infinite loop circle queue</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1777044#M28086</link>
      <description>&lt;P&gt;sorry,I missed such important info.&lt;/P&gt;&lt;P&gt;I used IMXRT1176's USART3 as recieving port.If I use EDMA_SetCallback(&amp;amp;lpuart3_Rxdmahandle, lpuart3_dma_receive_callback, NULL) set a function for recieving DMA callback,then the receive can circle.Just comment out it,the DMA is finished if DMA receive counter is reached.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 09:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1777044#M28086</guid>
      <dc:creator>wangfan_1987</dc:creator>
      <dc:date>2023-12-19T09:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: use EDMA realize a infinite loop circle queue</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1779371#M28177</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance for contacting NXP support.&lt;/P&gt;
&lt;P&gt;Thank you for the information I think the following &lt;A title="community post" href="https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-with-DMA-but-without-using-interrupts/m-p/1062177" target="_blank" rel="noopener"&gt;community post&lt;/A&gt; have the information you require for your application.&lt;/P&gt;
&lt;P&gt;Please let me know if there is anything else I can do for you.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 22:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/use-EDMA-realize-a-infinite-loop-circle-queue/m-p/1779371#M28177</guid>
      <dc:creator>nxf77486</dc:creator>
      <dc:date>2023-12-22T22:07:11Z</dc:date>
    </item>
  </channel>
</rss>

