ADC DMA in double buffer mode and callback
Hello ST team,my platform: STM32f429I use ADC with DMA in double buffer mode.The ADC_ConvCallback is only called when the Memory0 is filled. There is no Callback called when the memory1 is filled.This due to the hdma->XferM1CpltCallback which is NULL...