<?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: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1416035#M47937</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I have seen that example before, but there is no solution to my problem. In the example LPC55S69_Project_multi_channel_DMA the DMA transfer is triggered by software in the main loop (other examples don't use DMA at all). What I would like to achieve is to trigger DMA transfer on the FIFO watermark event, that's how I understand that option in MCUXpresso Config Tools (ADC options, at the bottom of "General Configuration" field).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DMA_trigger_from_ADC.PNG" style="width: 542px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171065i502660D62A52F3BB/image-dimensions/542x173?v=v2" width="542" height="173" role="button" title="DMA_trigger_from_ADC.PNG" alt="DMA_trigger_from_ADC.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have also looked at&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779&lt;/A&gt;&amp;nbsp;but I can't make that working.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 13:53:15 GMT</pubDate>
    <dc:creator>arekp</dc:creator>
    <dc:date>2022-02-18T13:53:15Z</dc:date>
    <item>
      <title>[LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1413812#M47910</link>
      <description>&lt;P&gt;What is needed to trigger DMA operation when ADC watermark level is reached?&lt;/P&gt;&lt;P&gt;In ADC peripheral I set FIFO0 Watermark to 7 and check DMA trigger for FIFO 0 watermark event. Do I need to configure something else in&amp;nbsp;MCUXpresso Config Tools?&lt;/P&gt;&lt;P&gt;I have already working code, when I trigger DMA in software by calling DMA_DoChannelSoftwareTrigger(DMA0, 21). I do that in ADC interrupt, which I configured to be called on FIFO 0 watermark level (same as DMA trigger), however if I don't trigger DMA manually, ADC interrupt is called indefinitely because DMA is not called to read from FIFO. When I turn off ADC interrupt, DMA is not triggered at all.&lt;/P&gt;&lt;P&gt;I would like to trigger DMA on FIFO 0 watermark, so that no ADC interrupt needs to be called, just a callback from DMA, in which I can set flag, that copying data from ADC is done.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 15:53:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1413812#M47910</guid>
      <dc:creator>arekp</dc:creator>
      <dc:date>2022-02-15T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1415969#M47935</link>
      <description>&lt;P&gt;Hello arekp,&lt;/P&gt;
&lt;P&gt;How about refer to this thread, it just a ADC+DMA for lpc55s69, using MCUXpresso Config Tools.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/ADC-multi-channel-sampling-and-DMA-transfer-in-LPC55xx/ta-p/1304608" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/ADC-multi-channel-sampling-and-DMA-transfer-in-LPC55xx/ta-p/1304608&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 09:23:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1415969#M47935</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-02-23T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1416035#M47937</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I have seen that example before, but there is no solution to my problem. In the example LPC55S69_Project_multi_channel_DMA the DMA transfer is triggered by software in the main loop (other examples don't use DMA at all). What I would like to achieve is to trigger DMA transfer on the FIFO watermark event, that's how I understand that option in MCUXpresso Config Tools (ADC options, at the bottom of "General Configuration" field).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DMA_trigger_from_ADC.PNG" style="width: 542px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171065i502660D62A52F3BB/image-dimensions/542x173?v=v2" width="542" height="173" role="button" title="DMA_trigger_from_ADC.PNG" alt="DMA_trigger_from_ADC.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have also looked at&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779&lt;/A&gt;&amp;nbsp;but I can't make that working.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 13:53:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1416035#M47937</guid>
      <dc:creator>arekp</dc:creator>
      <dc:date>2022-02-18T13:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1418130#M47979</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/196976" target="_self" aria-label="View Profile of arekp"&gt;&lt;SPAN class=""&gt;arekp&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Yes, you are right, you need enable it in ADC configuration.&lt;/P&gt;
&lt;P&gt;Also in DMA part, shoose the right DMA request:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1645609271741.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171515iA3952EFF2AB436E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1645609271741.png" alt="Alice_Yang_0-1645609271741.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 09:41:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1418130#M47979</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-02-23T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1419687#M48013</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, that's what I have set in my configuration, but it still doesn't trigger the DMA when the ADC FIFO0 reaches watermark level.&lt;/P&gt;&lt;P&gt;Is there still something wrong with my configuration? Can you point me to a working example (it doesn't matter if everything is in the code or the code is generated by MCUXpresso Config Tools).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arekp_0-1645779707239.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171779i012E9A74F0E1FA17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arekp_0-1645779707239.png" alt="arekp_0-1645779707239.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 09:07:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1419687#M48013</guid>
      <dc:creator>arekp</dc:creator>
      <dc:date>2022-02-25T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1420430#M48052</link>
      <description>&lt;P&gt;Hello arekp,&lt;/P&gt;
&lt;P&gt;There is no official ADC+DMA demo, how about check this one:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1420430#M48052</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-02-28T09:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1420437#M48053</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788" target="_blank"&gt;@Alice_Yang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have seen that topic before (I mentioned it in my second response), but I can't make it working either directly using as much code as possible (changing as little as possible to adjust code for&amp;nbsp;&lt;SPAN&gt;LPCXpresso55S28&amp;nbsp;board&lt;/SPAN&gt;&amp;nbsp;with LPC55S28) or by tweaking and trying different configurations.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1420437#M48053</guid>
      <dc:creator>arekp</dc:creator>
      <dc:date>2022-02-28T09:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1421063#M48080</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/196976" target="_self" aria-label="View Profile of arekp"&gt;&lt;SPAN class=""&gt;arekp&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;If so, you only can debug step by step to check where is the problem.&lt;/P&gt;
&lt;P&gt;First check whether the ADC signal work well, then use software trigger DMA, does it work well,&lt;/P&gt;
&lt;P&gt;if yes, enable ADC hardware trigger ADC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 08:28:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1421063#M48080</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-03-01T08:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1421076#M48082</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already checked that, on watermark event, ADC interrupt is called, then I am using software DMA trigger. However, when I switch to ADC hardware triggering DMA, it doesn't work. So it seems ADC is not triggering DMA.&lt;/P&gt;&lt;P&gt;Just to be clear, in order for DMA to be configured with peripheral, should it be configured for transactional API mode? From the description in&amp;nbsp;MCUXpresso Config Tools I don't understand the difference between those modes.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 08:41:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1421076#M48082</guid>
      <dc:creator>arekp</dc:creator>
      <dc:date>2022-03-01T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1421786#M48093</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This is related to DMA transfer:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1646213712106.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/172244i04CCFF885600FD5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1646213712106.png" alt="Alice_Yang_0-1646213712106.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I will try to test on my side, and could you please send your project to me, its better can reproduce on lpcxpresso55s28 board, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 09:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1421786#M48093</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-03-02T09:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1422657#M48105</link>
      <description>&lt;P&gt;I am attaching minimum project that shows the problem on LPCXpresso55S28 board.&lt;/P&gt;&lt;P&gt;First see that when DMA transfer triggered in software in ADC interrupt everything works as expected - the timeout doesn't occur and data is being transferred to the buffer.&lt;/P&gt;&lt;P&gt;However if you comment triggering the DMA transfer in ADC interrupt and disable "FIFO0 Watermark interrupt" in ADC0 options in peripherals configuration (even though the "DMA trigger&lt;BR /&gt;for FIFO0 watermark" in ADC0 options is checked), the DMA callback is not called and no data is transferred to the buffer.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 11:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1422657#M48105</guid>
      <dc:creator>arekp</dc:creator>
      <dc:date>2022-03-03T11:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1426754#M48182</link>
      <description>&lt;P&gt;Hello arekp,&lt;/P&gt;
&lt;P&gt;I also do no find the root cause&amp;nbsp; of your project.&lt;/P&gt;
&lt;P&gt;And I find a project provide to customer before, it is development by code, not configuration tool,&lt;/P&gt;
&lt;P&gt;you can have a look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 08:46:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1426754#M48182</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-03-11T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1426845#M48188</link>
      <description>&lt;P&gt;Unfortunately it's for&amp;nbsp;LPC55S69 microcontroller, not for&amp;nbsp;LPC5528. It looks similar how it's configured in that thread, however it didn't work for me:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/Using-Configtools-to-set-up-ADC-and-DMA-from-scratch-Sample/m-p/1183779&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 11:01:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1426845#M48188</guid>
      <dc:creator>arekp</dc:creator>
      <dc:date>2022-03-11T11:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC5528][ADC][DMA] Configuring DMA trigger from ADC in MCUXpresso Config Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1428220#M48215</link>
      <description>&lt;P&gt;LPC5528 almost the same with LPC5569 about ADC+DMA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 06:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5528-ADC-DMA-Configuring-DMA-trigger-from-ADC-in-MCUXpresso/m-p/1428220#M48215</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-03-15T06:52:39Z</dc:date>
    </item>
  </channel>
</rss>

