7 adc conversion result – Rainbow Electronics ATmega64M1 User Manual
Page 236

236
8209A–AVR–08/09
ATmega16M1/32M1/64M1
Figure 22-13. Differential Non-linearity (DNL)
• Quantization Error: Due to the quantization of the input voltage into a finite number of codes,
a range of input voltages (1 LSB wide) will code to the same value. Always ± 0.5 LSB.
• Absolute Accuracy: The maximum deviation of an actual (unadjusted) transition compared to
an ideal transition for any code. This is the compound effect of offset, gain error, differential
error, non-linearity, and quantization error. Ideal value: ± 0.5 LSB.
22.7
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 V
REF
the selected voltage reference (see
and
). 0x000 represents analog ground, and
0x3FF represents the selected reference voltage.
If differential channels are used, the result is:
where V
POS
is the voltage on the positive input pin, V
NEG
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 result, it is sufficient to read the MSB of the result
Output Code
0x3FF
0x000
0
V
REF
Input Voltage
DNL
1 LSB
ADC
V
IN
1023
⋅
V
REF
--------------------------
=
ADC
V
POS
V
NEG
–
(
) GAIN
512
⋅
⋅
V
REF
------------------------------------------------------------------------
=