<?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 Storing ADC data in DMA in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1292395#M60855</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using FRDM-KW38 development board for one of my projects. I am using 2 ADC channels to read analog data. I want to read from one channel and store the data in DMA. After it is done I want to read data from the other channel and parallelly perform operations on the data stored in DMA from ADC channel 1.&lt;/P&gt;&lt;P&gt;I am learning about DMAs for the first time. Can anyone help me with my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vipul&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 07:55:55 GMT</pubDate>
    <dc:creator>notanivipul</dc:creator>
    <dc:date>2021-06-15T07:55:55Z</dc:date>
    <item>
      <title>Storing ADC data in DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1292395#M60855</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using FRDM-KW38 development board for one of my projects. I am using 2 ADC channels to read analog data. I want to read from one channel and store the data in DMA. After it is done I want to read data from the other channel and parallelly perform operations on the data stored in DMA from ADC channel 1.&lt;/P&gt;&lt;P&gt;I am learning about DMAs for the first time. Can anyone help me with my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vipul&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 07:55:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1292395#M60855</guid>
      <dc:creator>notanivipul</dc:creator>
      <dc:date>2021-06-15T07:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Storing ADC data in DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1293081#M60859</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What is the&amp;nbsp;&lt;SPAN&gt;parallel operations you need to do? DMA can be used to move the data from A to B without the CPU involved. You can't read the data from channel 1 and deal with the data from channel 2 at the same time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 08:10:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1293081#M60859</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-06-16T08:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Storing ADC data in DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1293110#M60860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/71004"&gt;@nxf56274&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Maybe I phrased it wrong, I want to collect the ADC data in DMA channel 1 and when the channel is full, I want to transfer the data to memory to perform FFT. While performing FFT I want the next set of data from the ADC to be stored in DMA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vipul&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 08:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1293110#M60860</guid>
      <dc:creator>notanivipul</dc:creator>
      <dc:date>2021-06-16T08:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Storing ADC data in DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1293937#M60867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Our adc example has the dma function. The example uses a flag to check if the dam transfer is complete. You can also check this flag. When the flag is set, you can perform FFT and start the second transfer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 08:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1293937#M60867</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-06-17T08:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Storing ADC data in DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1295172#M60885</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/71004"&gt;@nxf56274&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Could you please guide me with the example code, I am not able to follow it - like I am not able to find the DMA function and what parameters are to be changed to make it functional.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vipul&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 05:57:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1295172#M60885</guid>
      <dc:creator>notanivipul</dc:creator>
      <dc:date>2021-06-21T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Storing ADC data in DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1295183#M60886</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I check the frdm-kw38 sdk. It doesn't have the adc dma example. But you can refer frdm-kl43z adc example. They have the similar architecture.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 06:18:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Storing-ADC-data-in-DMA/m-p/1295183#M60886</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-06-21T06:18:52Z</dc:date>
    </item>
  </channel>
</rss>

