Question
Ground problem while reading ADC in STM32f030f4p6 module
I want to take a voltage reading over the voltage divider circuit I prepared with the STM32f030f4p6 module. I divided the voltage as 1 by 13. When I run the code in debug mode, for example, if I give 14V, I need to read 1V, but the value I see in the debug window is around 700mV. When I remove and reconnect the 3rd leg of the voltage divider circuit(ground pin), the problem is completely resolved. Anyone know why?
