Datasheet and CubeMX not matching with pin alternate functions
Hi,
I have a project involving an STM32F030C8T6 MCU. The datasheet says that pin PF0-OSC_IN and PF1-OSC_OUT have I2C1_SDA and I2C1_SCL as their Alternate Functions. When I go CubeMX to select them as such, it doesn't give me an option to do so, even though the datasheet says that it should be possible? How can I set them as I2C pins? If it's not possible in CubeMX, how can I manually do it in software? If that's not possible, could I be constantly reading the value on unused I2C pins and setting PF0 and PF1 to their values, because my I2C bus is already on PF0 and PF1. I was trusting the datasheet.
Thank you for help.
