<?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 LPC43XX DMA channel config register in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1939423#M56700</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Based on Table 350. &lt;SPAN class=""&gt;DMA Channel Configuration registers (CONFIG[0:7]&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bit 0&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If set b'0 to 1, then the DMA will start transfer?&lt;/LI&gt;&lt;LI&gt;If DMA transfer completed, this b'0 will auto set from 1 to 0?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Bit 18&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I want to setup DMA request signal, should I set to b'18 to 0 and b'0 to 0 ? then I can expect&amp;nbsp; DMA channel will enable/activate to startup transfer when DMA_request signal arrival?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robberpen_0-1724438842202.png" style="width: 517px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/295037iA7AB5B173D825ED3/image-dimensions/517x398?v=v2" width="517" height="398" role="button" title="robberpen_0-1724438842202.png" alt="robberpen_0-1724438842202.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="robberpen_1-1724438874536.png" style="width: 477px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/295038iE1C5D7D869217E76/image-dimensions/477x148?v=v2" width="477" height="148" role="button" title="robberpen_1-1724438874536.png" alt="robberpen_1-1724438874536.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2024 18:58:03 GMT</pubDate>
    <dc:creator>robberpen</dc:creator>
    <dc:date>2024-08-23T18:58:03Z</dc:date>
    <item>
      <title>LPC43XX DMA channel config register</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1939423#M56700</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Based on Table 350. &lt;SPAN class=""&gt;DMA Channel Configuration registers (CONFIG[0:7]&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bit 0&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If set b'0 to 1, then the DMA will start transfer?&lt;/LI&gt;&lt;LI&gt;If DMA transfer completed, this b'0 will auto set from 1 to 0?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Bit 18&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I want to setup DMA request signal, should I set to b'18 to 0 and b'0 to 0 ? then I can expect&amp;nbsp; DMA channel will enable/activate to startup transfer when DMA_request signal arrival?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robberpen_0-1724438842202.png" style="width: 517px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/295037iA7AB5B173D825ED3/image-dimensions/517x398?v=v2" width="517" height="398" role="button" title="robberpen_0-1724438842202.png" alt="robberpen_0-1724438842202.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="robberpen_1-1724438874536.png" style="width: 477px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/295038iE1C5D7D869217E76/image-dimensions/477x148?v=v2" width="477" height="148" role="button" title="robberpen_1-1724438874536.png" alt="robberpen_1-1724438874536.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 18:58:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1939423#M56700</guid>
      <dc:creator>robberpen</dc:creator>
      <dc:date>2024-08-23T18:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43XX DMA channel config register</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1939952#M56709</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Bit 0&lt;/P&gt;
&lt;P&gt;Q1)If set b'0 to 1, then the DMA will start transfer?&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Yes&lt;/P&gt;
&lt;P&gt;Q2)If DMA transfer completed, this b'0 will auto set from 1 to 0?&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;I do not think the bit will update to 0 automatically after DMA transfer completed.&lt;/P&gt;
&lt;P&gt;Bit 18&lt;/P&gt;
&lt;P&gt;Q3)If I want to setup DMA request signal, should I set to b'18 to 0 and b'0 to 0 ? then I can expect&amp;nbsp; DMA channel will enable/activate to startup transfer when DMA_request signal arrival?&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;The bit 0 is DMA channel enable bit, the bit 18 is DMA channel request enable bit, if you want to DMA work, both bits must be enabled.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Xiangjun Rong&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1724651138259.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/295151i94FDF17A32F7AF34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1724651138259.png" alt="xiangjun_rong_0-1724651138259.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 06:01:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1939952#M56709</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-08-26T06:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43XX DMA channel config register</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1943062#M56738</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;After my tested.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;bit0 will automatically reset to 0, after transfer completed&lt;/LI&gt;&lt;LI&gt;no matter bit18 is 0 or 1, DMA always begin transfer.&amp;nbsp; but I will like to DMA waitting DMA_req siganl to stat transfer. is any idea?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 05:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1943062#M56738</guid>
      <dc:creator>robberpen</dc:creator>
      <dc:date>2024-08-29T05:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43XX DMA channel config register</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1943285#M56740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;does the DMA work or not?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 08:44:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1943285#M56740</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-08-29T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43XX DMA channel config register</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1943480#M56741</link>
      <description>&lt;P&gt;DMA is working at b'0 is immediate. but I want to DMA trigger by DMA_req with bust mode.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 13:09:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-DMA-channel-config-register/m-p/1943480#M56741</guid>
      <dc:creator>robberpen</dc:creator>
      <dc:date>2024-08-29T13:09:31Z</dc:date>
    </item>
  </channel>
</rss>

