Hi,I'm using the STM32F091RC-Nucleo ADC sequencer example to understand the ADC initialization but I'm not getting accurate results. It looks like the example uses PA4 on the board:/* main.h */#define ADCx_CHANNELa_GPIO_PORT GPIOA#define ADCx_...
I've posted that "I'm using the STM32F091RC-Nucleo ADC sequencer example" (it's the first line in the post), and I'm targeting the STM32F091RC-Nucleo development board. Should I post the relevant initialization from the example? Those lines are poste...
Yes, the power supply ground is connected to the board ground. I connected 3.3 volts from the board to PA4 and these are the results (I'm expecting something close to 4095 - full-scale):17281797185417931831And these are the readings when ground is co...