STM32 ADC missing ports
Posted: Sat Nov 30, 2019 9:59 pm
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
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