<?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: Kinetis K60 ADC DMA Processor Expert in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435307#M25336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thanks for the details. I will look into the documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Can someone please share the demo project for ADC, triggering and DMA using Processor Expert.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Best regards&lt;BR /&gt;dHRUV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2015 19:01:55 GMT</pubDate>
    <dc:creator>dhruvonline</dc:creator>
    <dc:date>2015-09-09T19:01:55Z</dc:date>
    <item>
      <title>Kinetis K60 ADC DMA Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435304#M25333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'book antiqua', palatino;"&gt;Hi Everyone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-size: 10pt; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm trying to use DMA with the ADC component using Processor Expert &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'book antiqua', palatino;"&gt;I need to get the ADC result as per below sequence.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Timer Trigger -&amp;gt;&amp;gt;&amp;gt; DMA channel Start the &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 20px;"&gt;conversion&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; DMA Channel Read ADC Data -&amp;gt;&amp;gt;&amp;gt; Copies the data into the buffer and DMA Channel waits for the timer trigger for the next conversion.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino; font-size: 10pt; line-height: 1.5;"&gt;Could someone share some examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-size: 10pt; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; line-height: 1.5;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'book antiqua', palatino;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'book antiqua', palatino;"&gt;Dhruv&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 11:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435304#M25333</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2015-09-08T11:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60 ADC DMA Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435305#M25334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not use Processor Expert, so I have no example for you, but the way I accomplish what you are trying to do is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) configure a PDB or other timer to periodically trigger the ADC (described in Chapter 19 of the KQRUG)&lt;/P&gt;&lt;P&gt;2) configure the DMA to be triggered by the ADC conversion completion (using the DMA's MUX SOURCE setting)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether there is a way to configure the device so that the DMA triggers the ADC conversion, as you described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be careful to turn off the timer triggering the ADC when the DMA is disabled, as the ADC can have a fault if its result register is not read before the ADC completes another conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KQRUG: &lt;A href="http://cache.freescale.com/files/32bit/doc/quick_ref_guide/KQRUG.pdf" title="http://cache.freescale.com/files/32bit/doc/quick_ref_guide/KQRUG.pdf"&gt;http://cache.freescale.com/files/32bit/doc/quick_ref_guide/KQRUG.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 00:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435305#M25334</guid>
      <dc:creator>nicholasf</dc:creator>
      <dc:date>2015-09-09T00:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60 ADC DMA Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435306#M25335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhruv,&lt;/P&gt;&lt;P&gt;I'd highly recommend you to refer this application note to implement it.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 02:58:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435306#M25335</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2015-09-09T02:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60 ADC DMA Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435307#M25336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thanks for the details. I will look into the documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Can someone please share the demo project for ADC, triggering and DMA using Processor Expert.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Best regards&lt;BR /&gt;dHRUV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 19:01:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-ADC-DMA-Processor-Expert/m-p/435307#M25336</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2015-09-09T19:01:55Z</dc:date>
    </item>
  </channel>
</rss>

