<?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: ADC and DMA help. in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449154#M3658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep reding and working on it, trying to get a solution. I read the &lt;STRONG&gt;KL25 Sub-family Data Sheet document, Rev 5 08_2014&lt;/STRONG&gt;, and I found this table on the page 28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CONTINUOUS CONVERSION TABLE.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24338iC9CD689CA6323B73/image-size/large?v=v2&amp;amp;px=999" role="button" title="CONTINUOUS CONVERSION TABLE.png" alt="CONTINUOUS CONVERSION TABLE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I says that with less than 13 bits resolution can get a conversión rate of 818Ksps in continuous conversion mode and no ADC hardware averaging.&lt;/P&gt;&lt;P&gt;However, in the document&lt;STRONG&gt; KL25 Sub-family reference manual, Rev 3 09_2012,&lt;/STRONG&gt; the table that describes the bits of the register ADCx_SC3 (please find it in my previous reply) says that hardware average should be enabled to work in continuous mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is one of the documents wrong? Am I understanding wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is that I am only able to make the ADC to work in continuous mode if the bit AVGE = 1 (hardware average enabled). Please find the code in my previous&amp;nbsp; reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 15:29:16 GMT</pubDate>
    <dc:creator>patricio</dc:creator>
    <dc:date>2015-10-19T15:29:16Z</dc:date>
    <item>
      <title>ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449144#M3648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am woriking with the FRDM-KL25Z board in a project where I need to make about 2000 ADC conversions with a very low conversion time. &lt;/P&gt;&lt;P&gt;Using ADC_LDD component, I am able to configure the component reducing the conversion time up to 1.58us. But then, when I run the project and I measure the real conversion time with the oscilloscope I see that it takes 8us each conversion (I measure the time needed for the 2000 conversions and then I divide it by 2000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am dealing with the DMA in order to reduce the convesion time. I read the KL25 sub-family reference manual as well as other documents, posts and tutorials, and I think at last I understood how DMA works more or less. What I would need is to transfer the data from the ADC Result Register to a memory buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Peripheral to memory transfer.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58865iBA7608B1D014B5D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Peripheral to memory transfer.png" alt="Peripheral to memory transfer.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could your please help me with the following questions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- Cycle-steal mode or Constinuos mode?. The datasheet says:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;• Cycle-steal mode (DCRn[CS] = 1)—Only one complete transfer from source to destination occurs for each request. If DCRn[ERQ] is set, the request is peripheral initiated. A software-initiated request is enabled by setting DCRn[START].&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;• Continuous mode (DCRn[CS] = 0)—After a software-initiated or peripheral request, the DMA continuously transfers data until BCRn reaches zero. The DMA performs the specified number of transfers, then retires the channel. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If DMA is configured in Continuos mode, initiated by peripheral request (by ADC0_DMA_Request) and BCR (Byte Counter Register) = 2000, does it means that every data transfer "waits" until each conversion is finished? Or should I work in Cycle-steal mode and repeit it 2000 times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- What of the components of the PE should I use? DMA_LDD, DMAChannel_LDD, DMATransfer_LDD, Init_DMA? All of them?&lt;/P&gt;&lt;P&gt;Every time I add the component DMA_LDD, the following error message is shown: "Peripheral is already in used by the component DMA1". &lt;/P&gt;&lt;P&gt;I remove the component and add it again to the project and I get the same message. Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid I am a beginner and any help will be appreciated. &lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:14:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449144#M3648</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-09T13:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449145#M3649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aitor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; I think you can use the &lt;EM&gt;Cycle-steal mode (DCRn[CS] = 1), for&amp;nbsp; after&amp;nbsp; enable the DMA on&amp;nbsp; ADCx_SC2 register, the ADC DMA request will be asserted when any of the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SC1n[coco] flag is asserted . So when complete one ADC event , it will generate one ADC DMA request .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. You can add the component of "DMATransfer_LDD" , then you can refer to the typical usage (right click the component , then select "help on component")to configure the component.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21731i60B54A2440D70F31/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hope it helps&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&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>Mon, 12 Oct 2015 05:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449145#M3649</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-12T05:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449146#M3650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the reason of the error &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"Peripheral is already in used by the component DMA1":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Beeing in component inspector of ADC_LDD, and if DMA is enabled, automatically AD1_DMA0:DMAChannel_LDD and DMA1:DMAController components are added. Then I tried to add again DMAController component, so the mentioned error was shown. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;In another hand, in the "help on Component" of the ADC_LDD I found the followin typical usage: Measurement of 200 samples to buffer with DMA. I think it suits what I am looking for, but I am not able to make it work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;-&amp;nbsp; As I mentioned before, when&amp;nbsp; DMA is enabled in ADC_LDD component, DMAController and DMAChannel_LDD components are loaded automatically. So I suppose that non other component is needed. I am right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- Trigger configuration needs to be enabled in order to enable AD1_StartLoopTriggeredMeasurement() method.&lt;/SPAN&gt;&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC_LDD and DMA enabled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21875iF2E43C19C5ECD544/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC_LDD and DMA enabled.png" alt="ADC_LDD and DMA enabled.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- In the following picture, DMAChannel_LDD configuration is shown. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="DMAChannel_LDD configuration.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21922i61A353550722F7CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="DMAChannel_LDD configuration.png" alt="DMAChannel_LDD configuration.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="DMAChannel_LDD configuration 1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21958iBBE029680C63BB69/image-size/large?v=v2&amp;amp;px=999" role="button" title="DMAChannel_LDD configuration 1.png" alt="DMAChannel_LDD configuration 1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- And finally the code adapted from the typical usage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC_LDD and DMA code.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21996i3648E4B39257C04F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC_LDD and DMA code.png" alt="ADC_LDD and DMA code.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Could you please tell me what am I making wrong? I am sure I am missing something. &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;:smileysad:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 10:27:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449146#M3650</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-12T10:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449147#M3651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello AITOR,&lt;/P&gt;&lt;P&gt;1. "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;-&amp;nbsp; As I mentioned before, when&amp;nbsp; DMA is enabled in ADC_LDD component, DMAController and DMAChannel_LDD components are loaded automatically. So I suppose that non other component is needed. I am right?&lt;/SPAN&gt;" --- yes, you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22155i3C77DBA9C746E4A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you want save the ADC result to memory 0x0 ? If not , please configure it .&lt;/P&gt;&lt;P&gt;And about how to configure the DMA,&amp;nbsp; i recommend you refer to the sample code&amp;nbsp; on &lt;EM&gt;the component of "DMATransfer_LDD" &lt;/EM&gt;i mentioned above.&lt;/P&gt;&lt;P&gt;3. And if&amp;nbsp; it still can not work , please firstly confirm there is the ADC result data , then check the DMA .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the attachment is a sample code by myself long ago , while it not use the component as yours , i think you the&amp;nbsp; DMA configure is the same ,you can refer to .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 03:28:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449147#M3651</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-13T03:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449148#M3652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;I will try the different options and I will keep you informed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 07:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449148#M3652</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-13T07:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449149#M3653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep trying with a project based on the one attached by you, but I am afraid I am not able to make it work. Althoug my intention is to make 2000 conversions, I started making just one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I added the same two components: ADC and Init_DMA. In the picture below I show you the configuration of the ADC. I tried to reduce the conversion time as much as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC + DMA 1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21964i19A17E3650AB0BA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC + DMA 1.png" alt="ADC + DMA 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In the picture below, the configuration of the component Init_DMA.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC + DMA 2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22020i0F51A0A0919A9583/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC + DMA 2.png" alt="ADC + DMA 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Find below the code generated. Everytime a button is pressed, the ADC conversion should be repeated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC + DMA code.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22115iE75B9302485770E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC + DMA code.png" alt="ADC + DMA code.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have the folowing doubt: &lt;/P&gt;&lt;P&gt;In my case, the "destination address" points to an array of 3000 uint16: uiArrayADCvalue[3000]. And as I could see in your project "destination address" points to a variable that is declared as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint16_t Adr1 = 0x8899;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as the "destination address increment" is disable, I suppose that only one measurement will be made. So in that case, why "Byte count" is configured as 2? Does it means that there will be two measurements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In spite I made different changings, I am not able no make it work. When the project is debuged, the program always is waiting to the BCR Done flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 15:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449149#M3653</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-13T15:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449150#M3654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; My project just one test project , and i have not change the destination address , if you want save the ADC result to a place,&amp;nbsp; you can define the array as you&lt;/P&gt;&lt;P&gt;done.&lt;/P&gt;&lt;P&gt;2, "Byte count" is refer to the number of bytes to be transferred for a given blok , the register : DMA_DSR_BCR -&amp;gt; BCR bit .&lt;/P&gt;&lt;P&gt;3. On you side , whether it only can transferred to the first destination place ?&lt;/P&gt;&lt;P&gt;&amp;nbsp; I test on my side , when configure the DMA to cycle - steal mode , the destination address won't increase even configure the DINC bit .&lt;/P&gt;&lt;P&gt;So i plus the destination address by hand , please see the attachment , does it can meet your requirement ?&lt;/P&gt;&lt;P&gt;And on my project the ADC only convert once at one time , you can refer to your requirement configure it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 09:53:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449150#M3654</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-14T09:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449151#M3655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid that I found a mistake in my project. In the configuration of the component Init_DMA, &lt;STRONG&gt;channel 0/ Initialization/ External request&lt;/STRONG&gt; was disabled. :smileyshocked:&lt;/P&gt;&lt;P&gt;So this way there was no transfer of data by DMA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I made it work, I tried with the 3000 measurements. Thank you very much for your second project attached, it has been very helpful :smileyhappy:. I could test and try different configurations. &lt;/P&gt;&lt;P&gt;I made a project with the ADC and Init_DMA components, but the conversion time was too long. So I changed it to make it work with the ADC_LDD. I manage to lower the conversion time up to 5.6us, but I need to get to the 2 or 3us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC + DMA code 1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23025iF37E6700B5B321EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC + DMA code 1.png" alt="ADC + DMA code 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the code above, I get 8us per conversion. I changed the method DMA_Init for only some of the lines of it in order to reduce a bit more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23026i0F4F8198ED3A3FDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the code above, I get 5.6us per conversion. Is there any way to reduce a bit more the conversion time? &lt;/P&gt;&lt;P&gt;Can I do something with the clock configuration? Please find below my configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CPU 1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23030i1F2133AAE6522446/image-size/large?v=v2&amp;amp;px=999" role="button" title="CPU 1.png" alt="CPU 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CPU 2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23031iE32FB1F4CBD496F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="CPU 2.png" alt="CPU 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CPU 3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23058i4F22C1774E3AF55F/image-size/large?v=v2&amp;amp;px=999" role="button" title="CPU 3.png" alt="CPU 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again. &lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449151#M3655</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-15T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449152#M3656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aitor,&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; you can configure the core clock/system clock&amp;nbsp; to 48Mhz , the bus clock also 48MHZ;&lt;/P&gt;&lt;P&gt;2. you can configure the ADC conversion time here :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23038iC447D76AEA7E300A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. And you can try configure the ADC to continuous mode to 3000 times , check whether it can reduce the conversion time .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'inherit','serif'; color: #3d3d3d;"&gt;If this post answers your question, please click the Correct Answer button. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;If this post help your question, please click the helpful Answer button. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 09:12:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449152#M3656</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-16T09:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449153#M3657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep on trying but I am afraid I have no results. Regarding your recomendations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The KL25 Sub-Family Reference Manual says that the bus clock can run up to 24MHz. Actually, 24MHz is the highest frecuency the bus clock can be configured by the PE. &lt;/P&gt;&lt;P&gt;Is there any way increase this frecuency? Maybe adding and external clock/crystal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I am using it already, I&amp;nbsp; think I configured it to the lowest conversion time: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC Resolution: 12 bits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; High speed conversion mode: Enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of convertions: 1&lt;/P&gt;&lt;P&gt;So I get a theoretical conversion time of 1.83us. I can reduce a bit more defining 8 bit resolution, but I would like to maintain the 12 bits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. I tried the continuous conversions but I am afraid it takes longer.&lt;/P&gt;&lt;P&gt;The continuous mode is defined by the bit ADCO of the ADCx_SC3 register, and it says that Hardware Average must be enabled (AVGE = 1), which means that in each conversion it will need 4 samples minimum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CONTINUOUS CONVERSIONS.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23051i79B06EFABD159147/image-size/large?v=v2&amp;amp;px=999" role="button" title="CONTINUOUS CONVERSIONS.png" alt="CONTINUOUS CONVERSIONS.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried this option and unfortunately the conversion time increases to 7.3us. It is a shame. Please find below my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CONTINUOUS CONVERSIONS CODE.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23134iA47AABE5CD57E719/image-size/large?v=v2&amp;amp;px=999" role="button" title="CONTINUOUS CONVERSIONS CODE.png" alt="CONTINUOUS CONVERSIONS CODE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any help? &lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 11:19:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449153#M3657</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-19T11:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449154#M3658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep reding and working on it, trying to get a solution. I read the &lt;STRONG&gt;KL25 Sub-family Data Sheet document, Rev 5 08_2014&lt;/STRONG&gt;, and I found this table on the page 28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CONTINUOUS CONVERSION TABLE.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24338iC9CD689CA6323B73/image-size/large?v=v2&amp;amp;px=999" role="button" title="CONTINUOUS CONVERSION TABLE.png" alt="CONTINUOUS CONVERSION TABLE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I says that with less than 13 bits resolution can get a conversión rate of 818Ksps in continuous conversion mode and no ADC hardware averaging.&lt;/P&gt;&lt;P&gt;However, in the document&lt;STRONG&gt; KL25 Sub-family reference manual, Rev 3 09_2012,&lt;/STRONG&gt; the table that describes the bits of the register ADCx_SC3 (please find it in my previous reply) says that hardware average should be enabled to work in continuous mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is one of the documents wrong? Am I understanding wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is that I am only able to make the ADC to work in continuous mode if the bit AVGE = 1 (hardware average enabled). Please find the code in my previous&amp;nbsp; reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:29:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449154#M3658</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-19T15:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449155#M3659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aitor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sorry for you have some misunderstand , in ADC continuous conversion , it is not must be set the AVGE = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; that is to say can only enable the continuous conversion without hardware average .&lt;/P&gt;&lt;P&gt;About the describe on RM :&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Continuous conversions or sets of conversions if the hardware average function is enabled, that is,&lt;/P&gt;&lt;P&gt;AVGE=1, after initiating a conversion.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;it mean when ADC0 =1 , the ADC can work on two mode : Continuous conversions (AVGE = 0) and sets of conversions (AVGE = 1) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Yes , you are right , the max bus clock&amp;nbsp; of MKL25Z128VLK4 is 24MHZ .&lt;/P&gt;&lt;P&gt;&amp;nbsp; And another need to pay attention is the ADC CLOCk divide select&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26727iEE9D2E55F6CBAD43/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's all , i think there have no pace can improve the time of conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Alice&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, 22 Oct 2015 10:34:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449155#M3659</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-22T10:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449156#M3660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your explanation. However I am not able to make the kl25 work in the continuos mode with AVGE = 0. What am I making wrong?&lt;/P&gt;&lt;P&gt;If I set AVGE = 1, I am able to make the 3000 measurements non stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another hand, I noticed that if the "high-speed conversion" is enabled, the converion is slower. How is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 14:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449156#M3660</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-22T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449157#M3661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello AITOR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we have off the main subject now .&lt;/P&gt;&lt;P&gt;You aim is configure the ADC conversation to high speed , maybe i mislead you , the speed of one ADC conversion is no relate to the mode of ADC .&lt;/P&gt;&lt;P&gt;So you can use one time ADC conversion or continuous . &lt;/P&gt;&lt;P&gt;Now , you use the 24MHZ bus clock , and the ADC CLOCk divide select register choose 00 , then refer to the RM calculate the ADC conversation time ,&lt;/P&gt;&lt;P&gt;does it still can not meet your requirement ? &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>Fri, 23 Oct 2015 03:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449157#M3661</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-23T03:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: ADC and DMA help.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449158#M3662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to get the fastest conversion time as possible, when I do 3000 measurements. There are different ways to &lt;/P&gt;&lt;P&gt;My aim is to get 3000 ADC measurements as fastest as possible. There have been many ways to reduce this time, as using ADC_LDD instead of ADC, using DMA to store the 3000 values, code optimization, etc. I suppose that working in continuous mode will make to get the 3000 measurement faster, although I have not been able to make it to work yet. Regarding high-speed conversion, seen its name, I thought it would be an advantage to make the 3000 measurements faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I am afraid you are right, as I created the subject asking help for DMA and my last questions are not related to the DMA. Maybe I should open a new discussion to get a solution to my last questions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank very much for all your help.&amp;nbsp; It has been a pleasure.:smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards. &lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 07:22:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-and-DMA-help/m-p/449158#M3662</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2015-10-23T07:22:28Z</dc:date>
    </item>
  </channel>
</rss>

