ADC multimode DMA init error
I am using ADC regular simultaneous mode with stm32f427It works nice with the pulse signal is comming after dma start(HAL_ADCEx_MultiModeStart_DMA)but if the signal is comming before calling ADC dma start code it going to infinityhow to solve this?i ...