Question
STM32CUBEMX doesn't show GPIO Pull-up/Pull-down option for I2C
Hello,
I'm trying to imitate an I2C solution. I'm using STM32F100RB.
When selecting I2C ->
In the example, they have these GPIO settings for I2C pins:
Note the GPIO Pull-up/Pull-down option:

Here is mine:

The CUBE version is identical.
The I2C configuration is identical.
What could be the reason?
Thanks!