STM32h7 Multichannel ADC DMA is not working.
Hi,I am try to read four ADC Channels of ADC3 using DMA method. But I did not get the data.Below is my programmingstatic void MX_ADC3_Init(void){ ADC_ChannelConfTypeDef sConfig = {0}; hadc3.Instance = ADC3; hadc3.Init.Resolution = ADC_RESOLUTION_16B;...