What are the steps to implement ADC in Dual mode for STM32L475?
There is no detailed procedure given in ref. manual to implement the dual-mode of ADC. I have below doubts:Can I initialize the ADC1 and ADC2 individually and then configure the dual-mode related registers?Do I need to simultaneously all the configur...