<?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 MK20FX512VLQ12 ADC1_SE11 problem in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603462#M35490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;am facing ADC&amp;nbsp;accuracy issue with MK20FX512VLQ12 device. This problem is specific to ADC1 SE11 and SE10 channels. Other channels on same adc are working fine. Tested and confirmed on multiple boards.&lt;/P&gt;&lt;P&gt;Output of opamp is connected to adc so &amp;nbsp;matching should not be issue.&lt;/P&gt;&lt;P&gt;- Processor expert generated code is used with 1.8uS conversion time, 12bit mode, high speed conversion enabled and normal mode. Expected ADC count is 345 where as i am getting 195-200 count.&lt;/P&gt;&lt;P&gt;- I don't expect issue with pcb as same opamp output gives expected count when connected to other adc channels.&lt;/P&gt;&lt;P&gt;- I have tried different sample time setting but same error.&lt;/P&gt;&lt;P&gt;- But when conversion time changed to 7uS or higher, adc works fine. also observed that connecting oscilloscope probe corrects adc count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will different port structure on mcu cause this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 11:12:27 GMT</pubDate>
    <dc:creator>tejasgawade</dc:creator>
    <dc:date>2017-04-12T11:12:27Z</dc:date>
    <item>
      <title>MK20FX512VLQ12 ADC1_SE11 problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603462#M35490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;am facing ADC&amp;nbsp;accuracy issue with MK20FX512VLQ12 device. This problem is specific to ADC1 SE11 and SE10 channels. Other channels on same adc are working fine. Tested and confirmed on multiple boards.&lt;/P&gt;&lt;P&gt;Output of opamp is connected to adc so &amp;nbsp;matching should not be issue.&lt;/P&gt;&lt;P&gt;- Processor expert generated code is used with 1.8uS conversion time, 12bit mode, high speed conversion enabled and normal mode. Expected ADC count is 345 where as i am getting 195-200 count.&lt;/P&gt;&lt;P&gt;- I don't expect issue with pcb as same opamp output gives expected count when connected to other adc channels.&lt;/P&gt;&lt;P&gt;- I have tried different sample time setting but same error.&lt;/P&gt;&lt;P&gt;- But when conversion time changed to 7uS or higher, adc works fine. also observed that connecting oscilloscope probe corrects adc count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will different port structure on mcu cause this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 11:12:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603462#M35490</guid>
      <dc:creator>tejasgawade</dc:creator>
      <dc:date>2017-04-12T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: MK20FX512VLQ12 ADC1_SE11 problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603463#M35491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tejas,&lt;/P&gt;&lt;P&gt;I am sorry for the delay.&lt;/P&gt;&lt;P&gt;Regarding your ADC issue "Expected ADC count is 345 where as i am getting 195-200 count.", I suspect that your analog conditional circuit maybe has issue. As a test, if you connect VDDA or VSSA to ADC1_SE11 or ADC1_SE10, what is the ADC samples?&lt;/P&gt;&lt;P&gt;Do you connect the OP AMP output to the ADC1_SE11 directly? if it is the case, what is the OP AMP output impedance? I suspect that the OP AMP output impedance is too high, which leads to the fact that the ADC Sample/Hold can not be charged enough, so the ADC samples is less than expected. How about using a analog buffer to reduce the OP amp output impedance.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 04:16:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603463#M35491</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-04-17T04:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: MK20FX512VLQ12 ADC1_SE11 problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603464#M35492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Xiangjun Rong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thanks for reply. Please refer below image for opamp signal conditioning.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Impedance value is not specified in opamp datasheet but generally it should be 50 to 200 ohm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Please note that same circuit works fine with other adc channels, which is strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Initially i also thought its sample time issue and tried to increase it but no success. but when i increased over all conversion time (&amp;gt;7us) it started to give correct count.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I suspect issue is with adc clock frequency &amp;amp; specific adc channel port structure.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="opamp_signal_conditioning.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/11562i5DF9DC0F7F12FA57/image-size/large?v=v2&amp;amp;px=999" role="button" title="opamp_signal_conditioning.jpg" alt="opamp_signal_conditioning.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 12:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603464#M35492</guid>
      <dc:creator>tejasgawade</dc:creator>
      <dc:date>2017-04-20T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: MK20FX512VLQ12 ADC1_SE11 problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603465#M35493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tejas,&lt;/P&gt;&lt;P&gt;From the schematics of ADC part, I think it is okay from analog conditional part, the OP AMP output impedance is low, it is okay.&lt;/P&gt;&lt;P&gt;I think the ADC clock has impact on the ADC accuracy, Maybe the ADC clock is not proper, pls refer to the 6.6.1.2 16-bit ADC electrical characteristics in data sheet for the ADC clock frequency.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 05:55:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK20FX512VLQ12-ADC1-SE11-problem/m-p/603465#M35493</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-04-21T05:55:17Z</dc:date>
    </item>
  </channel>
</rss>

