<?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>MCX MicrocontrollersのトピックRe: MCXA346 DMA channel link</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2295195#M4663</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179561"&gt;@346500452&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for confirming the translation and giving more details about your goal.&lt;/P&gt;
&lt;P&gt;You are correct you could accomplish it with 3 minor loops and 1 major loop, my recommendation is to channel link with Minor and Major loops to trigger the 3 eDMA configs simultaneously but only enable one channel major loop interrupt.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlos_o_0-1768589171209.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373213iDCBBD5C3EC2008D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlos_o_0-1768589171209.png" alt="carlos_o_0-1768589171209.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;At the interrupt you could review the other 2 eDMA status to know if they finished the transfer.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2026 18:47:58 GMT</pubDate>
    <dc:creator>carlos_o</dc:creator>
    <dc:date>2026-01-16T18:47:58Z</dc:date>
    <item>
      <title>MCXA346 DMA channel link</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2293193#M4654</link>
      <description>&lt;P&gt;你好，&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 我在官方例程frdmmcxa346_edma3_channel_link的基础上，想修改让内存再次搬运一次，并且已经将源地址和目标地址做了配置，但是在第一次搬运完成后，启动第二次搬运，启动不了，附件是我修改后的程序。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="346500452_1-1768385066331.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/372801i325381D4521B6034/image-size/medium?v=v2&amp;amp;px=400" role="button" title="346500452_1-1768385066331.png" alt="346500452_1-1768385066331.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="346500452_0-1768384962192.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/372799i714CA1AD944CFD49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="346500452_0-1768384962192.png" alt="346500452_0-1768384962192.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;期望答复！谢谢&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 10:04:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2293193#M4654</guid>
      <dc:creator>346500452</dc:creator>
      <dc:date>2026-01-14T10:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: MCXA346 DMA channel link</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2293675#M4656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179561"&gt;@346500452&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use a translate tool to support you, I understood that you want to modify the example to do more than one transfer, but your code gets stuck waiting the g_Transfer_Done to set. Let me know if something is missing in translation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to modify the EDMA_PrepareTransfer params, please review the function brief and params. If you are not interested in the Channel Link functionality, I recommend you review the edma3_memory_to_memory examples instead.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 22:14:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2293675#M4656</guid>
      <dc:creator>carlos_o</dc:creator>
      <dc:date>2026-01-14T22:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: MCXA346 DMA channel link</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2293804#M4657</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Your understanding is correct. It is indeed what I wanted to do.&lt;/P&gt;&lt;P&gt;The reason why I want to try this example is that I want to use DMA and ADC together.&lt;/P&gt;&lt;P&gt;I want to achieve the function of synchronous acquisition of 3 ADCs. Currently, I have accomplished this using a certain method. The three ADCs use the timer to trigger for synchronous acquisition, and a DMA channel is configured for each ADC. In the DMA channel interrupt, it is determined whether the current data acquisition is completed. This means that there are three ADCs corresponding to three DMA channels.&lt;/P&gt;&lt;P&gt;After the DMA transfer is completed, since it is a 3-channel operation, there will be three DMA channel interrupt service functions.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;I want to reduce the number of DMA interrupts from three to one in order to lower the system load.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;Since it is a synchronous collection, it is impossible to determine which DMA transfer was completed first. Therefore, it is necessary to check whether all three channels have been completed.&lt;/P&gt;&lt;P&gt;I have studied the channel joint function of DMA. Can I achieve the above function by using 3 minor loops and 1 major loop? This way, there will only be one DMA channel interruption, and it can ensure that each ADC data is successfully transferred.&lt;/P&gt;&lt;P&gt;I'm not sure if my understanding is correct. Please let me know if I'm wrong.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 01:52:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2293804#M4657</guid>
      <dc:creator>346500452</dc:creator>
      <dc:date>2026-01-15T01:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: MCXA346 DMA channel link</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2295195#M4663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179561"&gt;@346500452&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for confirming the translation and giving more details about your goal.&lt;/P&gt;
&lt;P&gt;You are correct you could accomplish it with 3 minor loops and 1 major loop, my recommendation is to channel link with Minor and Major loops to trigger the 3 eDMA configs simultaneously but only enable one channel major loop interrupt.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlos_o_0-1768589171209.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373213iDCBBD5C3EC2008D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlos_o_0-1768589171209.png" alt="carlos_o_0-1768589171209.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;At the interrupt you could review the other 2 eDMA status to know if they finished the transfer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 18:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXA346-DMA-channel-link/m-p/2295195#M4663</guid>
      <dc:creator>carlos_o</dc:creator>
      <dc:date>2026-01-16T18:47:58Z</dc:date>
    </item>
  </channel>
</rss>

