2025-08-05 2:00 PM
I have my internal Vref set to 2.5V (stage 0).
The value reads correct (2.52V) with a meter on the test point below until I call HAL_ADC_Start_DMA(). Once HAL_ADC_Start_DMA() -> ADC_Enable() -> LL_ADC_Enable() is called the voltage goes up to around 2.9V.
Any thoughts as to why this is happening?
Thanks!
Solved! Go to Solution.
2025-08-05 2:06 PM
Are you converting channels out of bounds? (above 2.5 V?)
2025-08-05 2:06 PM
Are you converting channels out of bounds? (above 2.5 V?)
2025-08-05 2:11 PM
No, I am currently trying to digitize a 1V DC test signal.
2025-08-05 2:18 PM
Let me double check my unused channels.
2025-08-05 2:21 PM
Looks like that's the problem.