What is the meaning of multiplexed channels of ADC's in STM32L552xx or STM32L562xx family micro controllers
I stuck with ADC implementation understanding. Please help me to get this.
In STM32L5xx reference manual (RM0438), ADC main features are given as follows (Page no. 685 in RM0438 Rev7)
" Up to 2 ADCs which can operate in dual mode:
ADC1 is connected to 16 external channels + 3 internal channels
ADC2 is connected to 16 external channels"
with this, I understood that, two ADC peripherals (ADC1 and ADC2) supports 16 external channels each, so, in total they should support 32channels. Is my understanding correct? If yes, I could see only 16 GPIO pads provided on controller pins (PA0-PA7, PB0-PB1 and PC0-PC5).
Is multiplexing plays a role here? Then how could I differentiate a channels physically where there are only 16 GPIO pads are given?
