2022-08-23 05:21 AM
I was reading related to stm32F07 devices application notes and datasheets for ADC input suggestions.
In order to prevent negative and positive current injection, they say:
It is recommended to add a Schottky diode (pin to ground) to analog pins which may potentially inject negative currents.
It is recommended to clamp the input voltage with an external clamp (for instance a series of resistors and the Schottky diode to VREF+).
I'm a bit confused about second kind of connection adding:
How should I understand the resistors with schottky diode, source pin and ADC input pin connection?
Are they in serie with:
Something like this:
1) img 1
2) img 2
3) img 3
4) another one??
Thanks in advance.
2022-08-23 06:33 AM
Considering that you won't be giving the adc input directly to the outside world, a current limiting resistor in series with the adc input will be sufficient for small overshoots.
For example, with the RC low pass filter I installed at the output of the opamp that I feed with 5V, it also serves to protect the input from over voltages that the opamp can produce.
If you plan to connect directly to the outside world, I prefer the 2nd connection.
2022-09-05 03:17 AM
Thanks @Muhammed G�ler, two questions;
1.- Regarding this given information:
___________________________
".. a current limiting resistor in series with the adc input will be sufficient for small overshoots."
Are you talking about NO schottky diode connections? I guess you do. Because the risk of getting different rail VCC values would be null. But not when you get the signal from external circuits, such as my case. The risk increase. Isn't it?
2.- My ADC comes from other card
_____________________________
1.- My adc input signal comes from a group of sensors card.
2.- Every sensor is based on a voltage divisor with variable resistor value depending on objects position.
3.- These signals will enter to my card and it's is needed to be reduced down to ADC voltage reference.
So I will use two opamp device in order to avoid impedances influency:
Should I put schottky diodes and resistors at the adc input?
Thanks for your attention.