Dual ADC mode with DMA circular mode problem for STM32L475
In the reference manual, it is showing that for the dual-mode circular mode we need to use the DMA related bits in the ADC12_COMMON -> CCR instead of DMA bits in ADC1 -> CFGR. For me, this DMA transfer in circular mode is working properly only when D...