2021-07-19 02:22 AM
There is no detailed procedure given in ref. manual to implement the dual-mode of ADC.
I have below doubts:
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.
2021-07-19 06:54 AM
You can only write one register at a time, so there's no way to do them simultaneously.
You need to ensure the slave is ready to go when you start the master.
Here is an example:
2021-07-19 08:08 PM
I found that one mistake is done. I have enabled both the ADCs and then dual-mode selection done but it violates the process recommended by ST as below screenshot. What could be the consequence of it?
2021-07-19 08:22 PM