Page 1 of 1

STM32 ADC missing ports

Posted: Sat Nov 30, 2019 9:59 pm
by fotios
Hi
Again on STM32F303RE-QFP64,
The only available channels to connect an Analog input (in FC7), are the following:
ADC12_IN6 (PC0)
ADC12_IN7 (PC1)
ADC12_IN8 (PC2)
ADC12_IN9 (PC3)
ADC1_IN1 (PA0)
ADC1_IN2 (PA1)
ADC1_IN3 (PA2)
ADC1_IN4 (PA3)
All other ADC channels are missing from the properties panel.
In my application, except the ADC1 I also use the ADC2, the ADC3, and the ADC4 fast channels:
ADC1_IN1 (PA0) is included
ADC2_IN5 (PC4) is missing
ADC3_IN1 (PB1) is missing
ADC4_IN3 (PB12) is missing
I looked at the STARM_CAL_ADC file, and the code section "ADC Type 3 Supported Devices STM32F3" should be updated.

Thanks

Re: STM32 ADC missing ports

Posted: Mon Dec 02, 2019 8:38 am
by LeighM
Thanks!
I will check it out...

Re: STM32 ADC missing ports

Posted: Tue Dec 03, 2019 1:06 pm
by LeighM
This is turning out to be quite tricky.
It needs some changes in the way Flowcode handles the ADC component, which has historically handled only one converter.
So it might be a while before I get this implemented.