Question
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 configurations for ADC1 and ADC2 to configure the dual-mode ADC?
Implementing in two ways make sense. In one of our projects, 1st-way implementing causes issue and then implemented in a 2nd way then issue resolved. That's why I am asking this question.
Is there any example program for dual-mode ADC for STM32L475?? I tried but had no success.