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
STM32 ADC missing ports
Moderator: Benj
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: STM32 ADC missing ports
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.
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.