Electronic – Does an SAR ADC discharge the sample capacitor

adc

Most microcontrollers use successive approximation for their ADCs. These charge up a sample and hold capacitor, and then use this capacitor as the basis for the successive approximation algorithm.

enter image description here

I'm working on an extremely low power project, where the charge held by the capacitor starts to become significant. The question is, after the adc charges up the capacitor, does it discharge it? I assume there will be some leakage as well, but I'm curious as to whether there is an intentional discharge step. If it's sampling the same voltage repeatedly, will there be a significant (microamps) current flow?

Best Answer

In general the charge on the sample-hold capacitor is driven to near-zero, using charge taken from the Vref pin.

Related Topic