Where can I find doc on STM32f103 ADC channel numbers ?
Hi,
I am writing code for the STM32f103 involving ADC conversion.
I understand you have to select a list of "channels" you want to be converted and put them either in a regular or injected list. These lists are contained in the ADC_SQRx (or ADC_JSQR for injected) registers.
I am using for this the reference manual RM0008 rev 20.
I presume each "channel" is connected to a given pin (say PA0, PA1,... provided they are configured as analogue input of course) or some internal signal (Vcc,Temperature).
The problem I have is that I find nowhere the list of channel numbers and what they are connected to, which render impossible the task of reading any analogue input.
Can somebody help on this and point me to the right direction ?
Where can I find documentation on channel numbers for STM32f103 ?