<?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: Update DMA source buffer before software trigger in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1233533#M3073</link>
    <description>&lt;P&gt;Hello Remco Poelstra,&lt;/P&gt;
&lt;P&gt;Yes, the DMA only can transfer fixed number of bits.&lt;/P&gt;
&lt;P&gt;And a ring buffer DMA maybe suit for you , there is demo"lpcxpresso845max_usart_transfer_rb_dma" under SDK, you can have a look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 09:59:17 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-02-19T09:59:17Z</dc:date>
    <item>
      <title>Update DMA source buffer before software trigger</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1229801#M3060</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've configured a USART TX DMA channel (using the graphical config tool) that I trigger from software when bytes are available to be transmitted using:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;DMA_DoChannelSoftwareTrigger(DMA0_DMA_BASEADDR, DMA0_LOG_UART_DMA_CHANNEL);&lt;/LI-CODE&gt;&lt;P&gt;This works fine, but only with a fixed number of bytes each trigger.&lt;/P&gt;&lt;P&gt;How can I update the DMA channel so it knows how many bytes it should transfer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remco Poelstra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 10:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1229801#M3060</guid>
      <dc:creator>r_poelstra</dc:creator>
      <dc:date>2021-02-11T10:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update DMA source buffer before software trigger</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1232714#M3069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know your chip part number, thus we can assign right engineer for your issue.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 09:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1232714#M3069</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-02-18T09:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Update DMA source buffer before software trigger</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1232716#M3070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using LPC844.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remco Poelstra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 09:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1232716#M3070</guid>
      <dc:creator>r_poelstra</dc:creator>
      <dc:date>2021-02-18T09:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update DMA source buffer before software trigger</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1233533#M3073</link>
      <description>&lt;P&gt;Hello Remco Poelstra,&lt;/P&gt;
&lt;P&gt;Yes, the DMA only can transfer fixed number of bits.&lt;/P&gt;
&lt;P&gt;And a ring buffer DMA maybe suit for you , there is demo"lpcxpresso845max_usart_transfer_rb_dma" under SDK, you can have a look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 09:59:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1233533#M3073</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-02-19T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update DMA source buffer before software trigger</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1234921#M3078</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I'll look into the ring buffer example. It might indeed be what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remco Poelstra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:27:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Update-DMA-source-buffer-before-software-trigger/m-p/1234921#M3078</guid>
      <dc:creator>r_poelstra</dc:creator>
      <dc:date>2021-02-23T10:27:06Z</dc:date>
    </item>
  </channel>
</rss>

