<?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: Problem using DMA with Processor Expert ADC Component in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268433#M8891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Justin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same thing from my side and I do not see the options grayed out like yours. Look at this picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Result_options.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42579iE97E62453D902879/image-size/large?v=v2&amp;amp;px=999" role="button" title="Result_options.png" alt="Result_options.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What other settings of the ADC component have you modified?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please attach here your zipped project to give it a check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 22:09:56 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-02-05T22:09:56Z</dc:date>
    <item>
      <title>Problem using DMA with Processor Expert ADC Component</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268432#M8890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use DMA with the ADC component in Processor Expert (specifically in the ADC_LDD subcomponent), but when I enable DMA, I get an error under "Result Type", because DMA requires the "signed/unsigned 16 bits, right justified" or "Raw value" result type, but I cannot change the Result type in Processor Expert. I looked for other settings that might need to change to allow me to set the Result type, but I can't find anything. Seems like a bug in PE to me, but I could be missing something. I'm using the TWR-K60D100M development kit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="PE_Screenshot.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42502i359A8E5DAFF5220B/image-size/large?v=v2&amp;amp;px=999" role="button" title="PE_Screenshot.jpg" alt="PE_Screenshot.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 23:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268432#M8890</guid>
      <dc:creator>fitch</dc:creator>
      <dc:date>2014-01-30T23:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using DMA with Processor Expert ADC Component</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268433#M8891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Justin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same thing from my side and I do not see the options grayed out like yours. Look at this picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Result_options.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42579iE97E62453D902879/image-size/large?v=v2&amp;amp;px=999" role="button" title="Result_options.png" alt="Result_options.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What other settings of the ADC component have you modified?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please attach here your zipped project to give it a check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 22:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268433#M8891</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-02-05T22:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using DMA with Processor Expert ADC Component</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268434#M8892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have implemented is as blow in same board with yours, TWR-K60D100M. Unfortunately, it is using Init_ADC instead of ADC_LDD. However, I think my project is exactly same with what you want to implement.&lt;/P&gt;&lt;P&gt;Please mail me (&lt;A href="mailto:thomas.kang@freescale.com"&gt;thomas.kang@freescale.com&lt;/A&gt;), then I will send you my project file. (Actually, I could not find add an attachment in this page.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TWR-K60D100M ADC DMA Link.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42581i3F2FE348678DD628/image-size/large?v=v2&amp;amp;px=999" role="button" title="TWR-K60D100M ADC DMA Link.jpg" alt="TWR-K60D100M ADC DMA Link.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 02:28:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268434#M8892</guid>
      <dc:creator>thomaskang-b295</dc:creator>
      <dc:date>2014-02-06T02:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem using DMA with Processor Expert ADC Component</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268435#M8893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached project was created using the following sequence:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create new "bareboard project" with PE enabled&lt;/LI&gt;&lt;LI&gt;Insert the ADC component&lt;/LI&gt;&lt;LI&gt;Configure the ADC pin (to remove error)&lt;/LI&gt;&lt;LI&gt;Go into the ADC_LDD subcomponent and enable DMA&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point the result type is in an error state, but it is greyed out and I cannot change the option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 15:47:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-using-DMA-with-Processor-Expert-ADC-Component/m-p/268435#M8893</guid>
      <dc:creator>fitch</dc:creator>
      <dc:date>2014-03-05T15:47:23Z</dc:date>
    </item>
  </channel>
</rss>

