<?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>LPC MicrocontrollersのトピックRe: process dma data from adc</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097467#M42072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sebastian&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I finally used LPC_GPDMA-&amp;gt;ch[0].DES which is the address of the last converted data in the destination buffer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2020 15:17:52 GMT</pubDate>
    <dc:creator>navidfanaee</dc:creator>
    <dc:date>2020-07-15T15:17:52Z</dc:date>
    <item>
      <title>process dma data from adc</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097463#M42068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;i am working on a project dealing with transferring adc data via DMA. i need to know the the end of data address at destination buffer where i stopped conversion so i can put a flag for end of data. i also need to process data so i can extract some properties from the data. thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 09:24:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097463#M42068</guid>
      <dc:creator>navidfanaee</dc:creator>
      <dc:date>2020-06-29T09:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: process dma data from adc</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097464#M42069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navid, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please confirm which version of the LPC43xx are you using so I can provide the most accurate information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 18:33:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097464#M42069</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-07-01T18:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: process dma data from adc</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097465#M42070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sebastian&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your consideration. it is LPC_Link2 evaluation board which has LPC 4370 on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2020 08:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097465#M42070</guid>
      <dc:creator>navidfanaee</dc:creator>
      <dc:date>2020-07-04T08:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: process dma data from adc</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097466#M42071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on the length of the DMA transmission, and the destination Address for the DMA transfer the ending address can be calculated, and a flag can be manually introduced to determine the end of a given transmission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's some code examples included in the &lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;LPC4370's LPC-Open package&lt;/A&gt;, namely, the DMA timertrig example:&lt;/P&gt;&lt;P&gt;&amp;lt;…lpcopen_3_02_keil_iar_lpclink2_4370\LPC43xx_18xx\prj_link4370\lpcxpresso\periph_dma_timertrig&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 21:05:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097466#M42071</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-07-14T21:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: process dma data from adc</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097467#M42072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sebastian&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I finally used LPC_GPDMA-&amp;gt;ch[0].DES which is the address of the last converted data in the destination buffer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 15:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/process-dma-data-from-adc/m-p/1097467#M42072</guid>
      <dc:creator>navidfanaee</dc:creator>
      <dc:date>2020-07-15T15:17:52Z</dc:date>
    </item>
  </channel>
</rss>

