2023-02-19 06:36 PM
I'm not able to find a spec in the STM32F446 datasheet for minimum A/D input bias current. Does anyone know where I can find this info? I need to sample the voltage from a high resistance potentiometer and it would be handy to know if I need to buffer prior to connecting to A/D pin. Thanks!
Solved! Go to Solution.
2023-02-20 01:54 AM
Static current is given by
But this is never the limiting factor.
This is:
The ADC input is a switched capacitor,, and you have to ensure it is fully charged to input signal's level during the sampling phase of conversion.
JW
2023-02-20 01:54 AM
Static current is given by
But this is never the limiting factor.
This is:
The ADC input is a switched capacitor,, and you have to ensure it is fully charged to input signal's level during the sampling phase of conversion.
JW
2023-03-02 03:04 PM
Thank you @Community member This is very helpful.