Design Note 26: Auto-Zeroing A/D Offset Voltage

Introduction

Many A/D converters exhibit low offset errors with large full scale voltages. However, when the full scale voltage is decreased the VOS, expressed in LSBs, increases. An A/D converter with 0.5 LSB of offset with a 5V full scale voltage can have 12.5 LSBs of offset with a 200mV full scale voltage. With the LTC1090 family of data acquisition systems and a few external components it is now possible to reduce the VOS to only 0.25 LSB even with only a 200mV full scale voltage. This allows a user to digitize signals from low voltage transducers without the need for a gain stage. 

Circuit Description

The LTC1090 is a 10-bit data acquisition system with an eight channel multiplexer. The channel to be read is software selectable and all channels can be referred to the COM pin. In the circuit of Figure 1, CH0 is used to servo the COM pin giving the use a seven channel, offset corrected data acquisition system.

Figure 1. Circuit Provides Seven Channel 10-Bit Data Acquisition System with Less Than 50μV of Offset.

Figure 2 shows how the processor servos the COM pin to eliminate the A/D offset. CH0 is set to a 0.5 LSB voltage. The COM pin is servoed (by the pulse width modulated signal on port C2) so that the CH0 reading dithers between 0 and 1 LSB. The 100μF filters the PWM signal at the COM pin. Motorola MC68HC05 code is available from LTC to correct the LTC1090 offset and read the remaining seven channels. This algorithm will work in either unipolar or bipolar mode. (Unipolar is shown. For bipolar the 49.9Ω resistor is changed to 100Ω and the decision block is changed to “CH0≤0?”.)

Figure 2. Auto-Zero Flowchart.

After initializing the processor, the code sends a DIN word to the LTC1090 requesting CH0 to be read with respect to COM. The next DIN word that is sent will set up the A/D for the desired channel to be read while the CH0 data previously requested is shifted into the processor. If the CH0 DOUT is 0 the C2 is cleared. If the CH0 DOUT is greater than 0 then C2 is set. Another DIN word requesting CH0 data is sent and the DOUT data from the previously requested channel is read into the processor.

As can be seen from the LTC1090 data sheet the linearity and full scale errors with a 200mV full scale voltage are still within 0.5 LSB. To fully take advantage of the reduced offset of the auto-zero circuit the noise of the LTC1090 must be reduced. This can be done by averaging the data with the processor. Figure 3 shows a dynamic cross plot of the output data near half-scale after 64 averages. The top trace is the B9 transition of the LTC1090 while the bottom trace is a binary weight summation of B0 and B1. The horizontal scale is 1 LSB per major division. The averaged noise is much less than 1 LSB.

Figure 3. Dynamic Cross Plot Shows Excellent LTC1090 Performance with Only 200mV Full Scale.

作者

Generic_Author_image

Guy Hoover

Guy Hoover是一名拥有超过30年凌力尔特公司工作经验的工程师,曾担任技术员、IC设计工程师和应用工程师。

T他的职业生涯始于LTC,当时的职位是技术员,并向参与多个产品工作的Bob Dobkin、Bob Widlar、Carl Nelson和Tom Redfern学习,涉及产品包括运算放大器、比较器、开关稳压器和ADC。在此期间,他还花了大量时间来编写测试程序以对这些器件的特性进行表征。

他在LTC的下一段职业生涯是学习PSpice和设计SAR ADC。由Guy设计的产品包括LTC1197系列10位ADC和LTC1864系列12位和16位ADC。

Guy目前是混合信号部的应用工程师,专门从事SAR ADC应用支持工作。这包括为SAR ADC演示板设计、编写Verilog代码和测试程序,帮助客户优化包含LTC SAR ADC的产品,并希望编写有用的应用文章,将有关使用这些器件的知识传递给客户。

Guy毕业于德锐技术学院(现为德锐大学),拥有电子工程技术硕士学位。

Generic_Author_image

William Rempfer