STM32H7 ADC differential mode, using Vref/2 as INN ?
Hello,
Just a quick question as I need confirmation :
Using a STM32H7 ADC in a differential input mode, does this circuit work ?

The output of the op-amp is Vout = G * (Vin[+] - Vin[-]) + 1.65 .
Then the ADC output should be between :
- [0 - INT16_MAX] when op-amp output is between 1.65V and 3.3V.
- [INT16_MIN - 0] when op-amp output is between GND and 1.65V.
But from the datasheet it says that CMV (average between INP and INN) should be around Vref+/2. I'm not sure that's true here.
So can you confirm this wont work and I should do single-ended and substract 1.65V from the result ?
Regards, Adrien
