2019-04-09 12:40 AM
Hey guys,
I'm currently migrating a STM32F103 project to an STM32F413 project using CubeMX.
I created a new STM32F413 Cubemx project and imported the old STM32F103 project. Most settings were successfully mapped to the new MCU.
However since the F1 has 3 ADCs and the F4 only 1 i'm currently stuck at migrating the ADCs.
In my old project I used ADC3 IN4 and IN5 (on PF6 and PF7) to convert an analog touch input. However when I tried to configured PF6 and PF7 as an Analog Input I could not find the ADC settings.
The only settings for these Pins available are (see ataached File).
However STs migration guide F1 to F4
states in Table 7 full ADC compatibility (see Atached file).
So for my understanding, the F1 ADC pinout is complately the smae as the F4 ADC Pinout. So what am i missing?
Could you give me a hint please.