Datasheet

Table Of Contents
205
ATmega32A [DATASHEET]
Atmel-8155D-AVR-ATmega32A-Datasheet_02/2014
Example:
ADMUX = 0xED (ADC3 - ADC2, 10x gain, 2.56V reference, left adjusted result)
Voltage on ADC3 is 300 mV, voltage on ADC2 is 500 mV.
ADCR = 512 × 10 × (300 - 500) / 2560 = -400 = 0x270
ADCL will thus read 0x00, and ADCH will read 0x9C. Writing zero to ADLAR right adjusts the result:
ADCL = 0x70, ADCH = 0x02.
Table 23-2. Correlation between Input Voltage and Output Codes
V
ADCn
Read code Corresponding Decimal Value
V
ADCm
+ V
REF
/GAIN 0x1FF 511
V
ADCm
+ 511/512 V
REF
/GAIN 0x1FF 511
V
ADCm
+ 510/512 V
REF
/GAIN 0x1FE 510
:. :. :.
V
ADCm
+ 1/512 V
REF
/GAIN 0x001 1
V
ADCm
0x000 0
V
ADCm
- 1/512 V
REF
/GAIN 0x3FF -1
:. :. :.
V
ADCm
- 511/512 V
REF
/GAIN 0x201 -511
V
ADCm
- V
REF
/GAIN 0x200 -512