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は、Linear Technology(現在はアナログ・デバイセズに統合)で30年以上にわたりIC設計技術者、アプリケーション・エンジニアなどの職務を果たしてきました。

Bob Dobkin氏、Bob Widlar氏、Carl Nelson氏、Tom Redfern氏の指導の下、オペアンプ、コンパレータ、スイッチング・レギュレータ、A/Dコンバータ(ADC)など、様々な製品を担当。この時期には、各製品の特性評価に使用するテスト・プログラムの開発にも携わりました。

その後は、PSpiceの習得と逐次比較型(SAR)ADCの設計に従事。設計を担当した製品には、分解能が10ビットのADCファミリ「LTC1197」や同12ビット/16ビットのADCファミリ「LTC1864」などがあります。

現在は、ミックスド・シグナル・グループで、SAR ADCのサポートを専門とするアプリケーション・エンジニアとして業務に従事。VerilogのコードやSAR ADC製品のデモ用ボードのテスト・プロシージャの設計/開発を通して、SAR ADCを使用する製品の最適化を望むお客様をサポートしています。また、アプリケーションに関する解説記事を執筆することで、各種のコンポーネントを実際に使用して学んだことをお客様に伝えるよう努めています。

デブライ工科大学(現デブライ大学)で電子工学の学士号を取得しています。

Generic_Author_image

William Rempfer