ADC en ATMega1284p

Hola, antes que nada muchas gracias. Soy nuevo en este mundo de la electronica y espero me puedan ayudar.

Lo que pasa es que estoy haciendo una tarjeta de exoansion para un ATMega1284p, va a funcionar con 3.3 V.
La duda es ¿Como se conecta el AVCC y AREF? ¿Se conecta directo a los 3.3 V y a tierra respectivamente?

Muchas gracias por sus comentarios ...
 
Depende de la configuración, AVcc se suele conectar a Vcc a través de un filtro pasabajas para tener una alimentación del ADC lo más limpia posible.

AREF es usado para conectar un capacitor de desacople o un voltaje de referencia externo. Te cito lo que dice en un datasheet de AVR:

The ADC has a separate analog supply voltage pin, AVCC. AVCC must not differ more than ±0.3V
from VCC. See the paragraph ”ADC Noise Canceler” on page 256 on how to connect this pin.
Internal reference voltages of nominally 1.1V or AVCC are provided On-chip. The voltage reference
may be externally decoupled at the AREF pin by a capacitor for better noise performance.
The Power Reduction ADC bit, PRADC, in ”Minimizing Power Consumption” on page 42 must
be disabled by writing a logical zero to enable the ADC.
The ADC converts an analog input voltage to a 10-bit digital value through successive approximation.
The minimum value represents GND and the maximum value represents the voltage on
the AREF pin minus 1 LSB. Optionally, AVCC or an internal 1.1V reference voltage may be connected
to the AREF pin by writing to the REFSn bits in the ADMUX Register. The internal
voltage reference may thus be decoupled by an external capacitor at the AREF pin to improve
noise immunity.

Saludos y bienvenido al foro
 
Atrás
Arriba