
257
8272E–AVR–04/2013
ATmega164A/PA/324A/PA/644A/PA/1284/P
23.8
ADC Conversion Result
After the conversion is complete (ADIF is high), the conversion result can be found in the ADC
Result Registers (ADCL, ADCH).
For single ended conversion, the result is
where V
IN is the voltage on the selected input pin and VREF the selected voltage reference (see
0x3FF represents the selected reference voltage minus one LSB.
If differential channels are used, the result is
where V
POS is the voltage on the positive input pin, VNEG the voltage on the negative input pin,
GAIN the selected gain factor, and V
REF the selected voltage reference. The result is presented
in two’s complement form, from 0x200 (-512d) through 0x1FF (+511d). Note that if the user
wants to perform a quick polarity check of the results, it is sufficient to read the MSB of the result
(ADC9 in ADCH). If this bit is one, the result is negative, and if this bit is zero, the result is posi-
(ADCn - ADCm) is selected with a gain of GAIN and a reference voltage of V
REF.
ADC
V
IN
1024
V
REF
--------------------------
=
ADC
V
POS
V
NEG
–
GAIN 512
V
REF
------------------------------------------------------------------------
=