User Activity

Hi.I am using STM32G070RB.I need to sequentially receive values from 5 channels using ADC DMA.If normal circumstances, the ADC data of PA0 should be stored in Array[0] and the ADC data of PA1 should be stored in Array[1].However, currently experienci...