Sunday 19 June 2016

adc - Microcontroller input pin impedance/leakage current



I'm using the internal ADC of an ATMEGA324PA to measure the voltage of a low power 3.6V battery. The ADC is referenced to it's internal 2.56V and I need to use a voltage divider on the battery.
To not draw too much current form battery I'm using large value resistors, but this is a problem, because the ADC input pin on uC is leaking at the most 1uA (according to the datasheet - page 328).


This can easily be compensated in the code, but is this leakage current constant? Does it vary with temperature, Vcc, etc. How much does it vary? Is this leakage caused by the input pin protection diodes (page 74)?


enter image description here




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...