Question
Analog input ADC, STM32F103, newbie question
Posted on June 11, 2015 at 02:00
hello,
I'm discovering how the analog works input in STM32F103. There is something I still didn't find in the datasheet. I understood all the mode and register configuration, but where is the information to know with wich port is linked to wich ADCx? For exemple, I need to fullfil the ADCx->SQRx with each number channel I want convert. But where can I find the information that ADCx_INx is Portx? Is ADC1 is ¨PORTA and ADC2 is PORTB? Thanks,