An asynchronous SAR ADC to convert an analog signal into a series of digital pulses in an efficient, low power manner. In synchronous SAR ADC circuits, a separate and cumbersome clock signal is used to trigger the internal circuitry of the SAR ADC. Instead of triggering the components of the SAR DAC synchronously with a clock signal, the asynchronous solution uses its own internal signals to trigger its components in an asynchronous cyclic manner. Further, in order to increase efficiency and guard against circuit failures due to difficulties arising from transient signals, the asynchronous SAR ADC may also include a delay circuit for introducing a variable delay to the SAR ADC cycle.
|
9. A method, comprising:
receiving an signal at an input;
repeatedly determining at variable intervals if a magnitude of the signal exceeds a threshold;
wherein each variable interval is inversely proportional to a difference between the magnitude of the signal and the threshold.
13. A method, comprising:
receiving an signal at an input;
repeatedly determining at variable intervals if a magnitude of the signal exceeds a threshold; and
repeatedly determining at a regular interval if the magnitude of the signal exceeds the threshold after a first number of determinations at said variable intervals has been made.
16. An analog to digital converter comprising:
an input configured to receive an analog signal;
a conversion circuit configured to convert the analog signal to a digital representation of the analog signal; and
a delay circuit coupled to the conversion circuit and configured to trigger the conversion circuit to generate bits in the digital representation at variable intervals; and
a control circuit coupled to the conversion circuit and configured to bypass the delay circuit after a condition is met and trigger the conversion circuit to generate further bits in the digital representation at regular intervals.
1. An analog-to-digital converter, comprising:
an input configured to receive an analog signal;
a conversion circuit configured to convert the analog signal to a digital representation of the analog signal; and
a delay circuit coupled to the conversion circuit and configured to trigger the conversion circuit with a logic signal;
wherein the delay circuit comprises a first comparator having a first input and second input, each input coupled to the conversion circuit, the first comparator configured to generate the logic signal at a variable interval that is inversely proportional to a voltage difference between a signal on the first input and a signal on the second input.
18. An analog-to-digital converter, comprising:
an input configured to receive an analog signal;
a conversion circuit configured to convert the analog signal to a digital representation of the analog signal; and
a delay circuit coupled to the conversion circuit and configured to trigger the conversion circuit at variable intervals;
wherein the delay circuit comprises a first comparator having a first input and second input, each input coupled to the conversion circuit, the first comparator comprising an exponential gain function and being configured to generate a logic signal in response to a voltage difference between a signal on the first input and a signal on the second input.
2. The analog-to-digital converter of
3. The analog-to-digital converter of
a sample and hold circuit coupled to the input;
a digital-to-analog converter coupled to the sample and hold circuit;
a second comparator coupled to the digital-to-analog converter; and
a successive approximation register coupled to the second comparator.
4. The analog-to-digital converter of
5. The analog-to-digital converter of
6. The analog-to-digital converter of
7. The analog-to-digital converter of
8. The analog-to-digital converter of
10. The method of
11. The method of
12. The method of
14. The method of
15. The method of
17. The analog-to-digital converter of
19. The analog-to-digital converter of
a sample and hold circuit coupled to the input;
a digital-to-analog converter coupled to the sample and hold circuit;
a second comparator coupled to the digital-to-analog converter; and
a successive approximation register coupled to the second comparator.
20. The analog-to-digital converter of
21. The analog-to-digital converter of
|
An analog-to-digital converter (ADC) is used in electronic devices for converting an analog signal (such as a voltage or a current) to a digital number that represents the analog signal's amplitude. Such a conversion involves quantization of an input signal via samples at periodic intervals. The result is a sequence of digital values that have converted a continuous-time and continuous-amplitude analog signal to a discrete-time and discrete-amplitude digital signal.
A successive-approximation ADC (SAR ADC) uses a comparator to successively narrow a range that contains the input signal (voltage in the remaining examples herein). At each successive step, the converter compares the input voltage to the output of an internal digital-to-analog converter (DAC) which might represent the midpoint of a selected voltage range. At each step in this process, the approximation is stored in a successive approximation register (SAR). In general, a SAR ADC converts a sample of an analog signal into a digital value in a specific number of clock cycles that is equal to the number of bits in the digital value along with a few cycles required to perform sampling. In this respect, SAR ADCs are medium speed. A faster speed for conversion is desired in faster speed circuits.
Aspects and many of the attendant advantages of the claims will become more readily appreciated as the same become better understood by reference to the following detailed description, when taken in conjunction with the accompanying drawings, wherein:
The following discussion is presented to enable a person skilled in the art to make and use the subject matter disclosed herein. The general principles described herein may be applied to embodiments and applications other than those detailed above without departing from the spirit and scope of the present detailed description. The present disclosure is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features disclosed or suggested herein.
By way of overview, the subject matter disclosed herein may be directed to a system and method for using an asynchronous SAR ADC to convert an analog signal into a series of digital pulses in a speed efficient, low power manner. In synchronous SAR ADC circuits, a separate and cumbersome clock signal is used to trigger the internal circuitry of the SAR ADC. Requiring a separate clock signal other than sampling clock leads to unneeded circuitry and wasted time because of the rigid, steady manner of triggering components with a single, unwavering clock signal. Instead of triggering the components of the SAR DAC synchronously with a clock signal, the asynchronous solution uses its own internal signals to trigger its components in an asynchronous cyclic manner.
Further, in order to increase efficiency and guard against circuit failures due to difficulties arising from transient signals, the asynchronous SAR ADC may also include a delay circuit for introducing a variable delay to the SAR ADC cycle. In an embodiment, the delay may be inversely proportional to the magnitude of an input signal. In this manner, large input signal may need only a small delay as large signals can be easily distinguished from transient signals. However, with smaller input signals, additional time (longer delay) may be needed for the circuitry to distinguish the actual input signal from transients. These and other aspects of various embodiments are described below with respect to
Prior to discussing the aspects of an asynchronous SAR ADC, a synchronous SAR ADC 100 is discussed with respect to
Referring to
With these two inputs, the comparator 115 is configured to output a logic 0 if the sample of Vin is less than the DAC 120 output and configured to output a logic 1 if the sample of Vin is greater than the DAC 120 output. At first pass with the DAC output set to Vref/2, the comparator 115 outputs a logic 0 if the sample of Vin is less than Vref/2 and outputs a logic 1 if the sample of Vin is greater than Vref/2. Then, the value output by the comparator 115 is loaded into the MSB position DN-1 of the SAR 130. So, in this first sample clock 102 cycle, if the comparator outputs a logic 1, then the SAR 130 continues to hold 10000000 (which still represents Vref/2); but if the comparator outputs a logic 0, then the content of the SAR is changed to 00000000 (which represent zero voltage).
Next, at the beginning of the next sample clock 102 cycle, the MSB-1 DN-2 bit is set to logic 1. So, if the SAR 130 held 10000000 after the first clock cycle, it now holds 11000000 (which represents 3Vref/4); alternatively, if the SAR 130 held 00000000 after the first clock cycle, it now holds 01000000 (which represent Vref/4). So, the DAC 120 outputs the analog value Vref/4 if the SAR 130 holds 01000000, or 3Vref/4 if the SAR 130 holds 11000000 to the input of the comparator 615.
In the second sample clock 102 cycle, the comparator 115 outputs a logic 0 if the sample of Vin is less than the DAC 120 output (Vref/4 or 3Vref/4). Alternatively, the comparator 115 outputs a logic 1 if the sample of Vin is greater than the DAC 120 output. Then, the value output by the comparator 115 during this second sample clock 102 cycle is loaded into the MSB-1 DN-2 position of the SAR 130. So, if the comparator 115 outputs a logic 1, then the SAR 130 holds 11000000 or 01000000 (depending on the previously determined value of the MSB); but if the comparator 115 outputs a logic 0, then the SAR 130 holds either 10000000 or 00000000, (again, depending on the previously determined value of the MSB).
The SAR ADC 100 continues to operate in this manner until values of all 8 bits are decided by the comparator 115, with the value of the LSB D0 being decided last. After eight sample clock 102 cycles, the value held in the SAR 130 is output as the digital value that represents the sample of Vin. This final digital value is then moved to an output register to provide digital code equivalent to supplied input. Then, the SAR 130 is reset to 10000000, Vin is sampled again, and the above cycle repeats. In this manner, a synchronous SAR ADC 100, the period of the SAR 130 is N times the sample clock 102, where N is the number of bits in the digital signal plus additional sample clock 102 cycles involved for sampling in the digital value output by the SAR 130. For example, for an 8-bit SAR ADC 100 with 2 clock cycles for sampling, the SAR 130 period is 8+2 times the sample clock. Thus, an SAR clock 101 is needed to trigger the SAR ADC 100 every 10 sample clock 102 cycles.
To generate such an SAR clock 101, typically the SAR ADC 100 will require a high speed clock which may come from a phase-locked loop/digital-locked loop (PLL/DLL—not shown) that generates the SAR clock 101 from the sample clock source, i.e., crystal oscillator (not shown). The sample clock 102 is typically derived from the SAR clock 101 that is in turn derived from a local high speed clock (not shown). But unfortunately, a PLL/DLL consumes a significant amount of power, and, therefore, a synchronous SAR ADC 100 may be unsuitable for low-power applications. Examples of such applications include battery-operated sensors (or microcontrollers that include sensors) that need to be active only periodically, such as an outside temperature sensor that is monitored only a few times per day to yield an air or water temperature. Furthermore, a PLL/DLL takes up a significant amount of area on a chip or board.
For low-power applications (and/or for applications where chip or board area is at a premium), an asynchronous SAR ADC may be utilized instead. In general, an asynchronous SAR ADC does not require an SAR clock 101, Instead the asynchronous SAR ADC uses the output transitions of the comparator 615 to clock/trigger the next comparison cycle until all of the bits are determined (a state machine or counter may be used to determine when all of the bits are determined). Such an asynchronous SAR ADC is described with respect to
An asynchronous SAR DAC 105 may use any non-clock signal (typically generated from a control logic block 111) to trigger the comparator 115 in order to adjust the contents of the SAR after each comparison. Thus, in theory, the comparator 115 could possibly operate continuously without need of triggering if the contents of the SAR were to instantaneously update. However, as signal propagate through the comparator and back to the SAR for adjustment which then affects the DAC 120 output, at least some level of delay is needed to ensure that the contents of the SAR and DAC output are updated sequentially.
Thus, asynchronous SAR ADC should guard against these kinds of internal failures. For example, the timing delay between successive comparator 115 decisions should be long enough to allow the comparator 115 output to settle to insure one LSB accuracy in the determined digital value. But the total delay for all decisions is to be no longer than a sample period, i.e., the time between successive edges of the sample clock. One way to address this issue is to make the delays from one cycle to the next cycle constant. This may involve simple circuitry to generate these delays, but may lead to inefficiencies because the constant delay must be designed for the worst-case scenario of maximum delay (e.g., worst-case process variation, temperature, voltage). Therefore, the speed of an asynchronous SAR ADC 105 may be limited by the need to make each delay between comparator decisions a maximum worst-case delay.
Furthermore, if the DAC 120 output is zero, or very close to zero, then the comparator 115 may become “stuck”, and unable to switch its output to either logic 1 or logic 0 because the comparator 115 has a finite gain. If the comparator 115 becomes stuck, then the SAR ADC 105 will stall, and may not complete its A/D conversion before the next edge of the sample clock. There are known ways to address this metastability-related problem, such as to make the comparator 115 noisy so as to avoid having comparisons so close to zero voltage or using maximum delay limit circuits, but these solutions may adversely affect the accuracy and resolution of the SAR ADC 105.
In the embodiment of
In operation of the asynchronous SAR ADC 105, the control logic block 111 loads the SAR 130 with an initial value of 10000000, which represents a voltage value of approximately Vref/2, where Vref is again the full-range reference voltage for the DAC 120. Note that in
The signals OUTP and OUTM are inputs to the comparator 115. The comparator 115, when triggered, will generate a logic 0 signal on its output 116 if Vout is negative (i.e., if OUTP<OUTM), and generates a logic 1 signal on its output 116 if Vout is positive (i.e., if OUTP>OUTM). The comparator output 116 is coupled to the control logic block 111 such that the logic signal generated is loaded into the MSB position of the SAR 130. So, if the comparator 115 outputs a logic 1, then the SAR 130 continues to hold 10000000; but if the comparator 115 outputs a logic 0, then the content of the SAR 130 is changed to 00000000.
Of course, the comparator 115 only generates its output 116 signal when triggered. In the synchronous SAR ADC 100 of
In one embodiment, the delay circuit includes a continuous-time comparator 140 (separate from the bit-determining comparator 115) that comprises two inputs that are coupled respectively to OUTP and OUTM. The continuous-time comparator 140 features a finite open-loop gain according to a specific gain function that generates an output voltage having a rise or fall time that is proportional to the magnitude of Vout (e.g., the voltage difference between OUTP and OUTM. Therefore, the output of the comparator 140 generates a logic 1 signal in a time that is inversely proportional the DAC 120 output magnitude. In one embodiment, the output of the delay-circuit comparator 140 may be coupled to the SAR ADC comparator 115 such that when the delay-circuit comparator 140 reaches its logic 1 signal, the SAR ADC comparator 115 will be triggered. Then, once the SAR 130 is updated as needed, the control logic block 111 may reset the delay circuit 135 (if such a reset is needed) with a reset signal 138 and the above cycle repeats.
Thus, as described above, the asynchronous SAR ADC 105 makes the delay between comparator 115 cycles inversely proportional to the magnitude of the analog voltage output Vout by the DAC 120. If the DAC output voltage Vout is large, then the input to the comparator 115 is much more than zero and there is no need of any DAC 120 settling, because the large DAC voltage can easily drive the comparator 115 output to the correct value. That is, transients in the DAC output voltage Vout probably will not make the DAC voltage Vout vacillate between positive and negative values. Therefore, the delay can be relatively short. Conversely, if the DAC output voltage Vout is small, then the settling time of the DAC output voltage Vout needs to be longer, because the small DAC voltage Vout needs more time to stabilize before it can drive the comparator 115 output to a correct output value. Therefore, the delay needs to be relatively long. Moreover, the asynchronous SAR ADC 105 triggers the next comparator cycle using a delay signal 150 other than the output of the comparator 115; therefore, even if the comparator becomes stuck, the asynchronous SAR ADC 105 will not stall.
In one embodiment, the comparator 140 of the delay circuit 135 may have a gain function that is a linear function of the input (the DAC 120 output). In another embodiment, the gain function may be an exponential function its input. Any other suitable gain function may be realized in order to provide enough delay to the triggering of the comparator 115.
As discussed above, in one embodiment, the delay signal 150 may be used to trigger the comparator 115 directly or to effectively latch the output of the comparator 115. For example, the delay signal 150 may be provided directly to the comparator 115 as the trigger signal, or may be provided to the control logic block 111, which may then generates a trigger signal in response to the delay signal 150.
In an additional feature of the embodiment shown in
For example, the control logic block 111 may enter a “burst” mode after the asynchronous SAR ADC 105 has determined the five MSBs of the 8-bit digital value. Prior to the burst mode, the output of the delay circuit comparator 140 may be input to a first input of a multiplexor 145 such that the first input is defaulted to pass through to become the delay signal 150 that triggers the SAR ADC comparator 115. When entering burst mode, the control logic block may then assert a selector signal 144 that selects a second input of a multiplexor 145 such that a trigger signal 143 generated by the control logic block is passed to trigger the SAR ADC comparator 115. With the combination of inversely proportional delay times between comparisons and an enabled burst mode, the asynchronous SAR ADC 105 has improved speed and eliminates stalls so that the SAR ADC 105 can be used with sample clocks having periods that are shorter than the worst-case cumulative cycle delay of an asynchronous SAR ADC that uses constant delays. The above concepts can be applied to a single-ended asynchronous SAR ADC.as well. The concepts and examples illustrated and discussed above may be better understood in conjunction with a series of timing diagrams as shown in
The first timing diagram is a sample clock signal where one can see that the sample clock signal shows a pulse at intervals defined by the sample clock period. As discussed above, the SAR ADC 105 of
The second timing diagram represents the DAC output Vout. As discussed above, the DAC output signal comprises two signals, OUTP and OUTM. The signal OUTP shows magnitudes from the sample and hold circuit 110 within the DAC 120 to the positive side of a reference and OUTM shows magnitudes to the negative side of the reference that mirrors the signal OUTP. As previously discussed, the magnitude of the DAC output signal will affect the time delay created by the delay circuit for triggering the comparator in an inversely proportional manner. Thus, when the magnitude of the DAC 120 output signal is large, one can see that the delay enable signal exhibits a short pulse coinciding with the large DAC output signal.
In turn, on the falling edge of the delay enable signal (indicating that the output of the comparator 140 has generated a logic 1 signal in a time that is proportional the DAC 120 output magnitude, e.g., quite fast in this first pass), the delay trigger signal is generated and triggers the comparator 115. Likewise, a comparator finish signal is then generated in response to the comparator 115 being triggered such that the SAR 130 can be updated according to the output of the comparator 115.
As these signals are propagating through the circuit, the DAC 120 output continues to generate another output signal indicative of the difference between its input signal and a new reference signal (which depends on how the SAR was updated from the previous comparison). As can be seen in the example of
This iterative process continues whereby the triggering of the comparator 115 is a function of the asynchronous delay circuit 135 and the subsequent step of resetting the delay circuit 135 to sense the next bit in the successive approximation process in a function of the comparator updating the SAR 130 via the control logic block 111. After a set number of bits have been determined (six bits in a 23-bit example), the control logic block 111 may enter a burst mode by setting the multiplexor 145 signal to pass a trigger signal generated by the control logic block 111 instead of the delay circuit 135. This multiplexor 145 signal is the final timing diagram in
Other advantages of the asynchronous SAR ADC 105 of
Such a system as shown in
While the subject matter discussed herein is susceptible to various modifications and alternative constructions, certain illustrated embodiments thereof are shown in the drawings and have been described above in detail. It should be understood, however, that there is no intention to limit the claims to the specific forms disclosed, but on the contrary, the intention is to cover all modifications, alternative constructions, and equivalents falling within the spirit and scope of the claims.
Singh, Pratap Narayan, Debnath, Chandrajit, Malik, Rakesh, Kumar, Ashish Sharma
Patent | Priority | Assignee | Title |
10050639, | Nov 29 2017 | NXP USA, INC.; NXP USA, INC | Partially asynchronous clock scheme for SAR ADC |
11424753, | Nov 06 2020 | Ay Dee Kay LLC | Successive-approximation-register (SAR) analog-to-digital converter (ADC) timing calibration |
11539373, | Dec 10 2018 | Analog Devices, Inc.; Analog Devices, Inc | Method to compensate for metastability of asynchronous SAR within delta sigma modulator loop |
11616511, | Nov 06 2020 | AyDeeKay LLC | Successive-approximation-register (SAR) analog-to-digital converter (ADC) timing calibration |
9397693, | Oct 29 2015 | Texas Instruments Incorporated | Asynchronous analog-to-digital converter |
9484945, | May 05 2016 | Hong Kong Applied Science and Technology Research Institute Company, Limited | Asynchronous successive-approximation-register analog-to-digital converter (SAR ADC) in synchronized system |
9621179, | Mar 11 2016 | MACOM CONNECTIVITY SOLUTIONS, LLC | Metastability error reduction in asynchronous successive approximation analog to digital converter |
Patent | Priority | Assignee | Title |
8134487, | Sep 10 2009 | STICHTING IMEC NEDERLAND | Asynchronous SAR ADC |
20130201043, | |||
20140070850, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 30 2014 | SINGH, PRATAP NARAYAN | STMICROELECTRONICS INTERNATIONAL N V | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 032810 | /0145 | |
Mar 31 2014 | STMicroelectronics International N.V. | (assignment on the face of the patent) | / | |||
Mar 31 2014 | KUMAR, ASHISH SHARMA | STMICROELECTRONICS INTERNATIONAL N V | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 032810 | /0145 | |
Mar 31 2014 | DEBNATH, CHANDRAJIT | STMICROELECTRONICS INTERNATIONAL N V | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 032810 | /0145 | |
Mar 31 2014 | MALIK, RAKESH | STMICROELECTRONICS INTERNATIONAL N V | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 032810 | /0145 |
Date | Maintenance Fee Events |
Jul 22 2019 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Oct 02 2023 | REM: Maintenance Fee Reminder Mailed. |
Mar 18 2024 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Feb 09 2019 | 4 years fee payment window open |
Aug 09 2019 | 6 months grace period start (w surcharge) |
Feb 09 2020 | patent expiry (for year 4) |
Feb 09 2022 | 2 years to revive unintentionally abandoned end. (for year 4) |
Feb 09 2023 | 8 years fee payment window open |
Aug 09 2023 | 6 months grace period start (w surcharge) |
Feb 09 2024 | patent expiry (for year 8) |
Feb 09 2026 | 2 years to revive unintentionally abandoned end. (for year 8) |
Feb 09 2027 | 12 years fee payment window open |
Aug 09 2027 | 6 months grace period start (w surcharge) |
Feb 09 2028 | patent expiry (for year 12) |
Feb 09 2030 | 2 years to revive unintentionally abandoned end. (for year 12) |