SAR ADC |
||||
|
|
||||
| Home > Tutorials > <<< 1 2 3 >>> Download info@ | ||||
|
Successive-approximation-register (SAR)
analog-to-digital converters (ADCs) represent the majority of the ADC market for
medium to high resolution ADCs. SAR ADCs provide up to 5Msps sampling rates with
resolutions from 8 to 18 bits. The SAR architecture allows for high performance,
low power ADCs to be packaged in small form factors for today's demanding
applications. SAR ADC Architecture Although there are many variations in the implementation of a SAR ADC, the basic architecture is quite simple (see Figure 1). The analog input voltage (VIN) is held on a track/hold. To implement the binary search algorithm, the N-bit register is first set to midscale (that is, 100... .00, where the MSB is set to '1'). This forces the DAC output (VDAC) to be VREF/2, where VREF is the reference voltage provided to the ADC. A comparison is then performed to determine if VIN is less than or greater than VDAC. If VIN is greater than VDAC, the comparator output is a logic high or '1' and the MSB of the N-bit register remains at '1'. Conversely, if VIN is less than VDAC, the comparator output is a logic low and the MSB of the register is cleared to logic '0'. The SAR control logic then moves to the next bit down, forces that bit high, and does another comparison. The sequence continues all the way down to the LSB. Once this is done, the conversion is complete, and the N-bit digital word is available in the register.
Figure 1. Simplified N-bit SAR ADC architecture Figure 2 shows an example of a 4-bit conversion. The y-axis (and the bold line in the figure) represents the DAC output voltage. In the example, the first comparison shows that VIN < VDAC. Thus, bit 3 is set to '0'. The DAC is then set to 01002 and the second comparison is performed. As VIN > VDAC, bit 2 remains at '1'. The DAC is then set to 01102, and the third comparison is performed. Bit 1 is set to '0', and the DAC is then set to 01012 for the final comparison. Finally, bit 0 remains at '1' because VIN > VDAC.
Figure 2. SAR operation (4-bit ADC example) Notice that four comparison periods are required
for a 4-bit ADC. Generally speaking, an N-bit SAR ADC will require N comparison
periods and will not be ready for the next conversion until the current one is
complete. This explains why these types of ADCs are power- and space-efficient,
yet are rarely seen in speed-and-resolution combinations beyond a few Msps at 14
to 16 bits. Some of the smallest ADCs available on the market are based on the
SAR architecture. The MAX1115-MAX1118 series of 8-bit ADCs as well as their
higher-resolution counterparts, the MAX1086 and the MAX1286 (10 and 12 bits,
respectively), fit in tiny SOT23 packages measuring 3mm by 3mm. In-Depth SAR Analysis The two critical components are the comparator
and the DAC. As we shall see later, the track/hold shown in Figure 1 can be
embedded in the DAC and may not be an explicit circuit.
|
|
|||
|
|
||||
| Home > Tutorials > <<< 1 2 3 >>> Download info@ | ||||