<?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 dma adc pdb in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/dma-adc-pdb/m-p/434897#M2653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everybody,&lt;/P&gt;&lt;P&gt;here is my problem i configured dma channel 0 on pdb request and in this transfer i configured ADC0 SC1A register so&amp;nbsp; it generate a soft trigger to begin adc0 conversion.&lt;/P&gt;&lt;P&gt;In the other hand i configured dma channel 1 on ADC0 COCO request to transfer data from ADC0 RA to a buffer i created.&lt;/P&gt;&lt;P&gt;So regarding to this configuration i expected to have one conversion after each PDB request.&lt;/P&gt;&lt;P&gt;To check this i configured a dma channel1 interrupt and i set then reset a pin to see a pulse at the oscilloscope each time a conversion is complete.&lt;/P&gt;&lt;P&gt;here is my problem i got a continuous train of pulses that are not synchronized with the pdb request so i checked the adc0 and it is not configured in continuous mode so i didn't understand why i didn't have the desired behavior.&lt;/P&gt;&lt;P&gt;Can anyone help me please.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 20:58:56 GMT</pubDate>
    <dc:creator>benelghali</dc:creator>
    <dc:date>2015-08-12T20:58:56Z</dc:date>
    <item>
      <title>dma adc pdb</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/dma-adc-pdb/m-p/434897#M2653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everybody,&lt;/P&gt;&lt;P&gt;here is my problem i configured dma channel 0 on pdb request and in this transfer i configured ADC0 SC1A register so&amp;nbsp; it generate a soft trigger to begin adc0 conversion.&lt;/P&gt;&lt;P&gt;In the other hand i configured dma channel 1 on ADC0 COCO request to transfer data from ADC0 RA to a buffer i created.&lt;/P&gt;&lt;P&gt;So regarding to this configuration i expected to have one conversion after each PDB request.&lt;/P&gt;&lt;P&gt;To check this i configured a dma channel1 interrupt and i set then reset a pin to see a pulse at the oscilloscope each time a conversion is complete.&lt;/P&gt;&lt;P&gt;here is my problem i got a continuous train of pulses that are not synchronized with the pdb request so i checked the adc0 and it is not configured in continuous mode so i didn't understand why i didn't have the desired behavior.&lt;/P&gt;&lt;P&gt;Can anyone help me please.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 20:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/dma-adc-pdb/m-p/434897#M2653</guid>
      <dc:creator>benelghali</dc:creator>
      <dc:date>2015-08-12T20:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: dma adc pdb</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/dma-adc-pdb/m-p/434898#M2654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello biel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell us which chip do you use ?&lt;/P&gt;&lt;P&gt;And you'd better show your code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And pay attention , for example k64 chip, from the RM:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;In Software Trigger mode, when SC2[ADTRG]=0, writes to SC1A&lt;/P&gt;&lt;P&gt;subsequently initiate a new conversion, if SC1[ADCH] contains a value other than all 1s.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;It meaning when SC2[ADTRG]=0, when wites ot SC1A register , it will start a new conversion, please check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 02:21:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/dma-adc-pdb/m-p/434898#M2654</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-08-13T02:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: dma adc pdb</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/dma-adc-pdb/m-p/434899#M2655</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&gt;Please check the update at the below thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/365965"&gt;adc dma pdb&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&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>Thu, 13 Aug 2015 07:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/dma-adc-pdb/m-p/434899#M2655</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-08-13T07:26:43Z</dc:date>
    </item>
  </channel>
</rss>

