<?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: LPC4078 ADC problem in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4078-ADC-problem/m-p/649689#M25803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alberto,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you do a burst on three channels, you need to make sure all channels have finished conversion, your code only checked ADC0 DONE bit. You can check STAT bit 0~2 and make sure all of them are set and no OVERRUN on any of these channels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 00:24:48 GMT</pubDate>
    <dc:creator>Dezheng_Tang</dc:creator>
    <dc:date>2017-02-02T00:24:48Z</dc:date>
    <item>
      <title>LPC4078 ADC problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4078-ADC-problem/m-p/649687#M25801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using LPC4078 with LPCXpresso v8.1.4 (build 606).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using 3 out of 8 ADC available on the LPC4078 (ADC0, ADC1 and ADC2) in burst mode.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It happens that sometimes, suddenly all the used ADCs tell me that the convertion has been done (DONE=1) but they give me 0 as result (even if the input voltage is about 0.5 volt).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attacched you'll find the piece of code I used (here for debug I only check ADC0).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have some hints about this issue?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alberto Ferrari&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337924"&gt;adc_lpc4078.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:14:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4078-ADC-problem/m-p/649687#M25801</guid>
      <dc:creator>albertoferrari</dc:creator>
      <dc:date>2017-01-27T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4078 ADC problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4078-ADC-problem/m-p/649688#M25802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please test the ADC example located at the path C:\nxp\LPCXpresso_8.1.4_606\lpcxpresso\Examples\LPCOpen ? This is in order to isolate the issue. I want to know if there is a hardware or software issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol &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>Wed, 01 Feb 2017 23:44:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4078-ADC-problem/m-p/649688#M25802</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-02-01T23:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4078 ADC problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4078-ADC-problem/m-p/649689#M25803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alberto,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you do a burst on three channels, you need to make sure all channels have finished conversion, your code only checked ADC0 DONE bit. You can check STAT bit 0~2 and make sure all of them are set and no OVERRUN on any of these channels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 00:24:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4078-ADC-problem/m-p/649689#M25803</guid>
      <dc:creator>Dezheng_Tang</dc:creator>
      <dc:date>2017-02-02T00:24:48Z</dc:date>
    </item>
  </channel>
</rss>

