- ADC is set as single ended on port GPIO_E_2
- Port GPIO_E_3 is set as standard input GPIO
-> ADC conversion (first sequencer step, no oversampling) give totally different results depending if the GPIO_E_3 is high or low, which shows a strong coupling on those two pins (GPIO_E_2 and GPIO_E_3), knowing that those two pins could be used as differential ADC.
-> I had to HW oversample (x32) and take the 2nd sampling to have correct values not influenced by the state of GPIO_E_3.