<?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>LPCXpresso IDE中的主题 Re: ADC Timings</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/566002#M18253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Mon May 30 00:49:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=435"&gt;this thread&lt;/A&gt;&lt;SPAN&gt; helps, but I am actually still waiting for a solid answer as to what the real truth is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep us informed, I'm anxiously awaiting your results :D&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;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:47:57 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:47:57Z</dc:date>
    <item>
      <title>ADC Timings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/565999#M18250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by peufeu on Sun May 29 00:10:38 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using a LPCXpresso with LPC1114, I have experience with AVRs but I'm a bit of a newbie with LPC111x...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The microcontroller will control a circuit which sends a pulse of current through a device under test. I would like to use the ADC to sample the voltage when this current pulse is active, allowing for settling time. I would also like the pulse to be as short as possible, and the measurement to be taken as soon as possible (but after settling time of course)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll use one of the PWMs to control the pulse and another PWM to synchronize the ADC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On AVR microcontrollers, the ADC doesn't sample the input when you start the ADC conversion, but a few ADC clock cycles later. Also on AVR it is recommended to wait a little after switching channels (ADMUX) before performing a conversion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if it's the same with LPC1114 ? The datasheet (in ADC chapter) doesn't say much...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone knows when the ADC sampling window occurs relative to the ADC trigger ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks guys :D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/565999#M18250</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Timings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/566000#M18251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sun May 29 12:39:45 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is that important I would suggest to use an external sample and hold.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This gives you exact control over the moment when you capture the voltage to measure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/566000#M18251</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Timings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/566001#M18252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by peufeu on Mon May 30 00:33:20 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, i'd rather avoid extra parts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The AVR's ADC did a similar job just fine, so the much faster LPC1114 ADC should be able to do it without external parts...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It isn't nanosecond timing ! 1 µs pulse length would be fine. Since the ADC clock is something like 4.5 MHz and the entire conversion takes around 2.5 µs, I guess the sampling window should easily fit in 1 µs...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll just experiment and see how that works out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/566001#M18252</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Timings</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/566002#M18253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Mon May 30 00:49:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=435"&gt;this thread&lt;/A&gt;&lt;SPAN&gt; helps, but I am actually still waiting for a solid answer as to what the real truth is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep us informed, I'm anxiously awaiting your results :D&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;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/ADC-Timings/m-p/566002#M18253</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:57Z</dc:date>
    </item>
  </channel>
</rss>

