2016-10-20 02:42 PM
2016-10-20 08:21 PM
The pins are frequently named ADC123_IN0 (PA0) as they can associate with more than one ADC, review the pin lists in the Data Sheet
2016-10-21 07:50 AM
It looks like some ADC channels really are connected together. A strange feature,and the CUBE does not give any warning.
2016-10-21 08:22 AM
At some level you're expected to know what hardware you are using. Using Cube is not a substitute for reading the manuals or understanding the architecture.
The Input Channel, and Rank Order are different concepts. The hardware provides a significant amount of flexibility to address different applications.The multiple ADC allow signals to be sampled at the same instant.Multiple ADC sampling the same pin permits the signal to be sampled in an interleaving mode (Dual, Triple), boosting the sampling rate. The longer conversion time is masked by slewing the sampling between the ADC.