STM32H7 : ADC DMA Multichannels only read rank1
Hi,
Im new to STM and trying to use 1 adc with DMA with 2 input and reading value.
Board :
STM32H753XI EVAL
ADC 1 :
INP0 rank 1
INP1 rank 2
Functions :
void adc_dma_multi(void)
void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc)
Results :

I tried to swap rank between INP0 and INP1 to check if my second entry was read correctly and there were no hardware problems, and the result is the same: rank1 is read correctly but rank2 = 0.
I have attached main.c and IOC.
