STM32H77 ADC1 random readings
We generated ADC code for STM32H755 using CubeMx. ADC1 is setup a single channel, one shot conversion. We are using internal Vref at 2.5V. We are reading 0.9V as a test and the DR keeps changing randomly. What are we doing wrong? Thanks!// adc.c gene...