2021-09-22 03:11 AM
Hello,
I'm currently working on an application using STM32F105 uC.
I want to use some GPIO as analog input, so I need to use the ADC converter.
It seems that each channel is linked to one ADC channel. I have found some table with this mapping for other devices, but unfortunately I cannot find this table for this specific device.
(I attach STM32F3 a equivalence table just for your reference.)
With best regards,
Didac
Solved! Go to Solution.
2021-09-22 06:04 AM
They're in the pinout information in the datasheet. "ADC12_IN12" is shorthand for "ADC1_IN12 and ADC2_IN12".
2021-09-22 06:04 AM
They're in the pinout information in the datasheet. "ADC12_IN12" is shorthand for "ADC1_IN12 and ADC2_IN12".
2021-09-23 06:38 AM
Hello,
Thank you very much.
I didn't notice.
WBR
Didac