Working of SAR ADC : 5-bit charge redistribution converter using switched capacitor architecture
Size: 303.25 KB
Language: en
Added: May 25, 2017
Slides: 11 pages
Slide Content
SAR ADC Working Vdac Vref 3Vref/4 Vref/2 Vref/4 Time Vin bit4=0 (MSB) bit3=1 bit2=0 bit1=1 bit0=0 (LSB) 1 By, SANTOSH NIMBAL
SAR ADC Introduction Charge-redistribution Converter Sample Mode Hold Mode Redistribution Mode 2 Contents
A successive approximation ADC is a type of analog-to-digital converter that converts a continuous analog waveform into discrete digital representation via binary search SAR ADC circuit typically consists of four chief sub circuits: A sample and hold circuit to acquire the input voltage (V in ). An analog voltage comparator that compares V in to the output of the internal DAC and outputs the result of the comparison to the successive approximation register (SAR). A successive approximation register sub circuit designed to supply an approximate digital code of V in to the internal DAC. An internal reference DAC that supplies the comparator with an analog voltage equivalent of the digital code output of the SAR for comparison with V in . 3 SAR ADC Introduction
SAR is initialized with MSB equal to a digital 1. This code is fed into the DAC, which then supplies the analog equivalent of this digital code ( V ref /2) into the comparator circuit for comparison with the sampled input voltage. If this analog voltage exceeds V in the comparator causes the SAR to reset this bit; otherwise, the bit is left 1. Then the next bit is set to 1 and the same test is done, continuing this binary search until every bit in the SAR has been tested. The resulting code is the digital approximation of the sampled input voltage and is finally output by the DAC at the end of the conversion (EOC). Figure 0. SAR ADC block diagram 4 SAR ADC Introduction
Figure 1 shows the simplified circuit of a 5-bit charge redistribution converter using switched capacitor architecture All capacitors have binary weighted values, i.e., C, C/2, C/4,….C/2n–1. The last two capacitors having the value C/2n–1 are connected so that the total capacitance of the n+1 capacitors is 2C Charge-redistribution Converter 5
The conversion process is performed in three steps: the sample mode , the hold mode , and the redistribution mode (in which the actual conversion is performed). Sample mode In the sampling mode (Figure 2), switch SA is closed and SB is switched to the input voltage Vin. The remaining switches are turned to common bus B. Due to charging, a total charge of Qin = –2C x Vin is stored on the lower plates of the capacitors. Sample Mode 6
Hold mode During the hold mode (Figure 3), switch SA is opened while the switches S4….S0 are connected to ground, thereby applying a voltage of Vc = –Vin to the comparator input. This means that the circuit already has a built-in sample-and-hold element. Hold Mode 7
Redistribution mode The actual conversion is performed by the redistribution mode. The first conversion step, shown in Figure 4, connects C (the largest capacitor) via switch S4 to the reference voltage Vref Capacitor C forms a 1:1 capacitance divider with the remaining capacitors connected to gnd. Comparator input voltage becomes Vc = –Vin + Vref /2 If Vin > Vref /2, then Vc < 0, comparator output goes high, providing the most significant bit MSB (bit 4) = 1. On the other hand, if Vin < Vref /2, then Vc > 0, and bit 4 = 0. Redistribution Mode 8
The second conversion step connects C/2 to Vref . If the first conversion step resulted in bit 4 = 1, switch S4 is turned to ground again to discharge C as shown in Figure 5 resulting in a comparator input voltage Vc = -Vin + Vref /4 Otherwise it remains connected to Vref if bit 4 = 0 (Figure 6), resulting in a comparator input voltage Vc = -Vin + 3Vref/4 Redistribution Mode 9
According to this voltage, the next most significant bit (bit 3) is obtained by comparing Vin to 1/4 Vref or 3/4 Vref through the different voltage dividers. Switch S3 is then either turned to ground if bit 3 = 1, thereby discharging C/2, or S3 remains connected to Vref if bit 3 = 0. This process continues until all bits are generated, with the final conversion step being performed at a comparator input voltage of Vc = –Vin + bit4 x Vref/2 + bit3 x Vref/4 + bit2 x Vref/8 + bit1 x Vref/16 + bit0 x Vref/32 Redistribution Mode 10