<?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>LPC Microcontrollers中的主题 LPC1837 ADC Problem</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542494#M12488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Cusko on Mon Mar 11 04:31:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I discovered some problems with an ADC on the LPC1837.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. If I initialize an I2C1 with the ports (P2_3 and P2_4) then&amp;nbsp; the ADC0_1 and the ADC0_3 show some values even if they are zero. And when the ADCs have some value they have also some offset. Only if I lower a processor frequency to 24Mhz the ADCs show correct value or if I turn the I2C initialization off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If I don’t have a sensor connected on the ADC0_3 and&amp;nbsp; the ADC0_1&amp;nbsp; has some value, then ADC0_3 shows some value too. If ADC0_1 doesn’t have any value then ADC0_3 is zero too. If a sensor is not connected the ADC0_3 value must be zero and must not be correlated to value on the ADC0_1. (In the case of the problem 2 the I2C was not initialized.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this some kind of errata or what?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:26:30 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:26:30Z</dc:date>
    <item>
      <title>LPC1837 ADC Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542494#M12488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Cusko on Mon Mar 11 04:31:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I discovered some problems with an ADC on the LPC1837.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. If I initialize an I2C1 with the ports (P2_3 and P2_4) then&amp;nbsp; the ADC0_1 and the ADC0_3 show some values even if they are zero. And when the ADCs have some value they have also some offset. Only if I lower a processor frequency to 24Mhz the ADCs show correct value or if I turn the I2C initialization off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If I don’t have a sensor connected on the ADC0_3 and&amp;nbsp; the ADC0_1&amp;nbsp; has some value, then ADC0_3 shows some value too. If ADC0_1 doesn’t have any value then ADC0_3 is zero too. If a sensor is not connected the ADC0_3 value must be zero and must not be correlated to value on the ADC0_1. (In the case of the problem 2 the I2C was not initialized.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this some kind of errata or what?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:26:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542494#M12488</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1837 ADC Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542495#M12489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Cusko on Mon Mar 11 09:22:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;For the problem 1. I find out more where the problem is. If I comment "CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_APB3);" the ADC works without offset again. But what is solution for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried manualy set the clock with "LPC_CGU-&amp;gt;BASE_APB3_CLK = (1 &amp;lt;&amp;lt; 11)|(0x09 &amp;lt;&amp;lt; 24) ; /* PLL1 is APB3 clock source*/" but result is the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:26:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542495#M12489</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1837 ADC Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542496#M12490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mburton on Mon Mar 11 09:26:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Cusko,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't drive the ADC inputs from a low(ish) impedance source, you can expect to see all sorts of noise and crosstalk. I have found with the LPC1758 that the higher the source impedance, the slower you must clock the ADC. I have also found that adding a 33pF capacitor to the ADC input removed a lot of the noise (assuming a source impedance of no more than a couple of K).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's an interesting report (from TI, not NXP) that's worth reading and, I think, answers your questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.ti.com%2Flit%2Fan%2Fspna061%2Fspna061.pdf" rel="nofollow" target="_blank"&gt;http://www.ti.com/lit/an/spna061/spna061.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:26:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542496#M12490</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1837 ADC Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542497#M12491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Cusko on Mon Mar 11 10:02:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for this Mark, really helpful. I lowered the conversion rate from 200K to 2K and there is no more offset or a noise. I will surely investigate this further. Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1837-ADC-Problem/m-p/542497#M12491</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:26:32Z</dc:date>
    </item>
  </channel>
</rss>

