Is ADC1&2 in Multimode with Timer Trigger and ADC3 standalone Software-Triggered possible?
Hi,I'm using STM32F767 and it's ADC. This STM has 3 ADC.I configured the ADC1 & ADC2 in multimode which is triggered by a timer. I also use DMA for data transfer. ADC1 and ADC2 both convert 2 channels (I measure voltage and current of two channels si...