STM32L452RE ADC Bad value on just one of the 9 channels
I have STM32L452RET6P running at 1.8V, 24MHz.
I am using nine ADC1 channels and am getting a very low value (about half) on ADC1-1 (PC0).
All inputs are set up the same way, with an RC filter (33kOhm/0.1uF). The sampling rate cycle is 12.5 at 10bits, sIngle-ended.
During debug, the values come out correct when I query each channel individually. ADC1-1 value is incorrect only during continuous query.
Would this be related to the max R_ain value? I understand that at this sampling cycle at 10 bits, the 33kOhm is over the max R_ain value. What I don't understand is that the bad value only comes out of ADC1-1 during continuous mode.
If not related to R_ain, what could be causing this issue?
Thank you.