Question
STM32F103C6 DMA ADC reads 753 on all 8 adc
Can any one please assist me.
I have all 8 ADC down to GRND 0V I am using this command:
HAL_ADC_Start_DMA(&hadc1, AD_RES_BUFFER, 8);
The arry is:
volatile uint32_t AD_RES_BUFFER[19] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
All 8 ADC returns between 752 & 759.
The ADC configuration is


This is the buffer from the IDE

