cancel
Showing results for 
Search instead for 
Did you mean: 

ADC outputs 3.5volt!

Ala
Senior

hey there

I have a STM32f030C8t6 which I wish to read 2 Analog values by it. I use ADC DMA for this. but as soon as I use command

HAL_ADC_Start_DMA(&hadc,(uint32_t *)ADC_SEN,2);  //Starting ADC1

I can see my ADC pins' volt are as high as 3.5volts!

why is that?

11 REPLIES 11

I mean, does Cube set these registers?

does Cube set GPIO_PUPDR registers for ADC pins?

What is VDDA/VREF+ on your board?

Measuring ADC pins with nothing connected to it is of limited use. What voltage do you think it should be?

If you feel a post has answered your question, please click "Accept as Solution".