<?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>Kinetis MicrocontrollersのトピックRe: Using ADC with PDB and DMA</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255259#M7482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks ok.&lt;/P&gt;&lt;P&gt;You can try depurate using interrupts and&amp;nbsp; setting output pins when triggering the PDB and/or the ADC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 19:24:17 GMT</pubDate>
    <dc:creator>ViniciusHoff</dc:creator>
    <dc:date>2014-12-16T19:24:17Z</dc:date>
    <item>
      <title>Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255242#M7465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to implement a voltage meter, for this, I want use an ADC with DMA.&lt;/P&gt;&lt;P&gt;I would like to implement this using the modules: CMP-&amp;gt;PDB-&amp;gt;ADC-&amp;gt;DMA. A CMP module synchronizes a PDB that trigger a ADC that call a DMA. However, I am not able to configure the modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Processor Expert and the components:&lt;/P&gt;&lt;P&gt;AnalogComp_LDD - Generate a pulse each 16.6ms;&lt;/P&gt;&lt;P&gt;Init_PDB - Works in continuos mode with CMP0_output as trigger pin. It´s generated a Trigger A output each 250us.&lt;/P&gt;&lt;P&gt;Init_ADC - Triggered by Trigger A and with DMA request enabled.&lt;/P&gt;&lt;P&gt;Init_eDMA -&amp;nbsp; With just Channel 0 enabled and ADC0 as Channel Source. Data Source is ADC0_RA and Data Destination is a 128 bytes buffer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens is that only some bytes are transfered to buffer and then nothing else is copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need configure for this works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 11:49:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255242#M7465</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-01-24T11:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255243#M7466</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;I used the AN4688 - Sampling Audio with ADC on Kinetis&amp;nbsp; KwikStik as a template for configuring components, but, even with these settings, the uC continued transfering only some bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the settings: &lt;/P&gt;&lt;P&gt;- Minor Loop maping from Disable to Destination addres offset;&lt;/P&gt;&lt;P&gt;- Minor linking to Enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the DMA has transferred the number of blocks defined in Major Interation Count, but after that It did not transfer more anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I restart the DMA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 17:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255243#M7466</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-01-28T17:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255244#M7467</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 see this: &lt;A href="https://community.nxp.com/thread/317421"&gt;Application note on DMA driven ADC and DAC, using PDB as timebase&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It doesn't use the CMP part but the rest may be equivalent. You can also load the binary to your board to check basic operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 21:43:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255244#M7467</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2014-01-28T21:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255245#M7468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mark Butcher. &lt;/P&gt;&lt;P&gt;I read this document and I understood the steps to configure the uC. &lt;/P&gt;&lt;P&gt;However, my problem is how to setup the DMA, I think that the ADC, PDB and CMP are set certain.&lt;/P&gt;&lt;P&gt;I don´t know how to set the DMA to run continuously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 12:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255245#M7468</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-01-30T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255246#M7469</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;For continuous DMA&lt;SPAN style="text-decoration: underline;"&gt; don't&lt;/SPAN&gt; set the &lt;STRONG&gt;DREQ&lt;/STRONG&gt; bit in &lt;STRONG&gt;DMA_TCD_CSR&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In addition, if using a buffer to save the sample to, you will want to allow this to wrap-around by setting&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DMA_TCD_DLASTSGA&lt;/STRONG&gt; to&amp;nbsp; &lt;EM&gt;MINUS size of the buffer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 16:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255246#M7469</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2014-01-30T16:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255247#M7470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mark Butcher!&lt;/P&gt;&lt;P&gt;Now, the uC works correctly!&lt;/P&gt;&lt;P&gt;Besides clear the DREQ bit, I fixed another problem with the PDB. The PDB was generating an error in PDB0_CH0S. I fixed this by initializing the PDB after the ADC and cleaning the flag error, writing 0s in PDB0_CH0S rather than 1s (how to be in datasheet and CodeWarrior).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 17:36:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255247#M7470</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-01-31T17:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255248#M7471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinicius,&lt;/P&gt;&lt;P&gt;I have the same your problems : PDB0_CH0S has 0x00010001 value ....&lt;/P&gt;&lt;P&gt;I have init PDB after ADC and try to set to 0 this error values but in my app it gives to me always error.&lt;/P&gt;&lt;P&gt;I am using TWR-K70.&lt;/P&gt;&lt;P&gt;Have you got ahy suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 14:56:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255248#M7471</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-12T14:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255249#M7472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use the DMA_TCDx_SLAST and DMA_TCDx_DLASTSGA registers?&lt;/P&gt;&lt;P&gt;If you use the DMA with a major loop, the DMA_TCDx_SLAST and DMA_TCDx_DLASTSGA may need to be negatives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 15:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255249#M7472</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-12-12T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255250#M7473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinicius,&lt;/P&gt;&lt;P&gt;I set in Processor expert "Major interation count" = 40 ... and I see that PE set DMA_TCDx_SLAST and&amp;nbsp; DMA_TCDx_DLASTSGA to 0x00.&lt;/P&gt;&lt;P&gt;And the "Minor loop maping" is Disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following AN4688 .&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4688.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4688.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 15:51:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255250#M7473</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-12T15:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255251#M7474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the Input Trigger Select of the PDB?&lt;/P&gt;&lt;P&gt;The trigger period &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;is not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;shorter than the&lt;/SPAN&gt; PDB period?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 16:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255251#M7474</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-12-12T16:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255252#M7475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The input trigger selected is th PDB_SWTRIG;&lt;/P&gt;&lt;P&gt;so in my main I do :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;// Initialize ADC&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC1_Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Initialize DMA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; eDMA1_Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Initialize PDB for triggering&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDB1_Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDB0_SC = (PDB0_SC | PDB_SC_SWTRIG_MASK); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then I have the problem that I describe to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 16:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255252#M7475</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-12T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255253#M7476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use Major loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 16:44:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255253#M7476</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-12T16:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255254#M7477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be right.&lt;/P&gt;&lt;P&gt;What is the value of the PDB0_CH0S before you set PDB0_SC?&lt;/P&gt;&lt;P&gt;You can try change Trigger Delay A value to Modulus value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 17:05:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255254#M7477</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-12-12T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255255#M7478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinicius,&lt;/P&gt;&lt;P&gt;before setting the PDB0_SC the value of PDB0_CH0S is 0x00000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:02:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255255#M7478</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-15T09:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255256#M7479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it is the ADC that doesn't receive the PDB request of sampling?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 11:30:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255256#M7479</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-15T11:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255257#M7480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, this error means that the ADC received a PDB request before finishing a sampling. It seems like the PDB is sending requests faster that the sampling time of the ADC.&lt;/P&gt;&lt;P&gt;Look the Counter Frequency of the PDB. This parameter have to be greater that the Conversion Time of the ADC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 12:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255257#M7480</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-12-16T12:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255258#M7481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinicius,&lt;/P&gt;&lt;P&gt;I set PDB counter period 1000us and the ADC conversion TIME 4.08+3.33us = 7.41us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think this is ok.&lt;/P&gt;&lt;P&gt;Or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255258#M7481</guid>
      <dc:creator>michelebacchere</dc:creator>
      <dc:date>2014-12-16T15:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using ADC with PDB and DMA</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255259#M7482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks ok.&lt;/P&gt;&lt;P&gt;You can try depurate using interrupts and&amp;nbsp; setting output pins when triggering the PDB and/or the ADC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 19:24:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-ADC-with-PDB-and-DMA/m-p/255259#M7482</guid>
      <dc:creator>ViniciusHoff</dc:creator>
      <dc:date>2014-12-16T19:24:17Z</dc:date>
    </item>
  </channel>
</rss>

