stm32h750vbt6 adc 16bit 14bit issue
Hello,

while using this mcu 16bit adc a strange thing happens.
the adc signal is test under a sinusoid signal(0.5Hz from a signal generator), and as shown in the figure at certain level adc keeps unchanged, after leaving this level then the signal increased again, however the trace has deviate from a standard sin signal.
as I checked the value is 0d57345 which is 0b1101 1111 1111 1111 and this phenomenen occurs everytime the 14th bits is 0 and lower bits are 1.(at 0b0001 1111 1111 1111, 0b0101 1111 1111 1111, 0b1001 1111 1111 1111 a value constant platform occurs)

and at some other points there is a leap where the trace goes back to original trace.
this happens for 14bits resolution adc sometimes as well.

sometimes for 15th bit as well.
I have tried several times to fix this including
1.longer sampling cycs
2.longer delay between conversion
3.independent mode/ dual mode(adc1, adc2)
4.LL LIB/HAL LIB
5.fast/slow adc clock
6.calibration/no calibration before enable and start conversion
7.fast/slow channel
none of above worked, so anyone have any idea please kindly reply
thanks
IOC file has been attached and my cube version is 6.12.0-RC9
