ADC scan continuous mode with DMA in STM32H7 - all values are 0.
Dear all,I am trying to read 3 ADCs channels using scan continuous mode and DMA with a STM32H7 (ADC3). Below the CubeMx settings + DMA. In the main, before the While(1) loop I start the ADC with:HAL_ADC_Start_DMA(&hadc3, (uint32_t*)adc_data, 3) ;Whe...