<?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>8-bit Microcontrollers中的主题 Re: ADC Problem with HCS08DZ/DN TYPE:  Delay time must be inserted before ADC started, delay too lon</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177993#M12604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and welcome to the fora, wander_zhang.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sound like you need to buffer your voltage source to present a lower inpedance source to the converter. With a high impedance source you will see this sort of thing occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 17:39:40 GMT</pubDate>
    <dc:creator>peg</dc:creator>
    <dc:date>2009-05-04T17:39:40Z</dc:date>
    <item>
      <title>ADC Problem with HCS08DZ/DN TYPE:  Delay time must be inserted before ADC started, delay too long</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177992#M12603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Application, I have to measure a voltage&amp;nbsp;from an analog&amp;nbsp;PIN periodically.&amp;nbsp;The voltage is turned dynamically. That means, the voltage is&amp;nbsp;normally turned off and is 0v, it is turned on and rises to a certain value, lets say 3.26v(the rise time is quite short&amp;nbsp; and is about 5µs)the ADC&amp;nbsp;resolution is selected as 10 bit, so the digital value of the voltage is 1024*3.26/3.3=1011 in the theory. In the practice it is not so. If I&amp;nbsp;start to measure the voltage right after the voltage is turned on, the digital value&amp;nbsp;I get will be much smaller than the theoretical value 1011.&amp;nbsp;but if i&amp;nbsp;make a small delay after the voltage is turned on and then&amp;nbsp;start&amp;nbsp;the ADC, the&amp;nbsp;digital value will be bigger but&amp;nbsp;still smaller than the 1011.&amp;nbsp;only if the delay time reaches &amp;nbsp;about 80us, the digital value is near 1011.&amp;nbsp; the following is an experiment&amp;nbsp;I did. the voltage is 3.26v.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Delay time(µs)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Digital Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 760&lt;/P&gt;&lt;P&gt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;886&lt;/P&gt;&lt;P&gt;40&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 950&lt;/P&gt;&lt;P&gt;50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 980&lt;/P&gt;&lt;P&gt;60&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1003&lt;/P&gt;&lt;P&gt;70&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1007&lt;/P&gt;&lt;P&gt;80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1010&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the delay time&amp;nbsp;is a bit too long for my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone got the same problem with me? Can&amp;nbsp;this problem&amp;nbsp;be caused by the false setting of the ADC registers? Or it is the property of this Microcontroller?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 17:11:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177992#M12603</guid>
      <dc:creator>wander_zhang</dc:creator>
      <dc:date>2009-05-04T17:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Problem with HCS08DZ/DN TYPE:  Delay time must be inserted before ADC started, delay too lon</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177993#M12604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and welcome to the fora, wander_zhang.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sound like you need to buffer your voltage source to present a lower inpedance source to the converter. With a high impedance source you will see this sort of thing occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 17:39:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177993#M12604</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-05-04T17:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Problem with HCS08DZ/DN TYPE:  Delay time must be inserted before ADC started, delay too lon</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177994#M12605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mr Peg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank You very much for you quick replay. your ansower is very helpful and I hope the problem is resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C.Zhang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 19:32:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177994#M12605</guid>
      <dc:creator>wander_zhang</dc:creator>
      <dc:date>2009-05-04T19:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Problem with HCS08DZ/DN TYPE:  Delay time must be inserted before ADC started, delay too lon</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177995#M12606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You do not say what ADC clock frequency you are using, and whether you have selected the long sampling interval?&amp;nbsp; Let's assume so, and that you have an ADC clock of 1 MHz.&amp;nbsp; The acquisition plus conversion period will be about 43 microseconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where did you measure the waveform rise time?&amp;nbsp; Between this point and the input pin, have you added any series resistance, or shunt capacitance?&amp;nbsp; If so, the rise time may be considerably degraded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep in mind that the required settling time will be many times the rise time to achieve a reading within 1 LSB at 10-bit resolution.&amp;nbsp; For example, if the equivalent circuit is represented by a simple CR time constant, the settling time would need to be 7 times the time constant value.&amp;nbsp; Measuring the rise time to 90 percent of the steady value, the settling period would need to be at least three times the measured rise time.&amp;nbsp; With the equivalent of more than one CR time constant present, the settling time may need to be considerably longer, compared with the rise time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 01:50:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177995#M12606</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2009-05-05T01:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: ADC Problem with HCS08DZ/DN TYPE:  Delay time must be inserted before ADC started, delay too lon</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177996#M12607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem is&amp;nbsp;solved. :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ADC clock is the same as the&amp;nbsp;bus clock, which is 16MHZ und the short sample time is selected. The circuit used is a simple CR circuit.&amp;nbsp; the measure point is before the serial Resistor to the Microcontroller.(not on the Microcontroller side)&amp;nbsp;The input resistance is too big.&amp;nbsp;i have chosen a smaller resistor and it works very well. the rise time is 5µs,&amp;nbsp;since the setting time is at least 3 times the&amp;nbsp;rise time, the delay&amp;nbsp;time should be i think at least 15µs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot for the information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C.Zhang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 14:56:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-Problem-with-HCS08DZ-DN-TYPE-Delay-time-must-be-inserted/m-p/177996#M12607</guid>
      <dc:creator>wander_zhang</dc:creator>
      <dc:date>2009-05-05T14:56:59Z</dc:date>
    </item>
  </channel>
</rss>

