STM32F4 A/D Input Bias Current
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-19 6: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.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-20 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-20 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-02 3:04 PM
Thank you @Community member​ This is very helpful.
