2020-06-03 08:39 AM
Hi,
I'd like to override the GPIO settings for the I2C GPIOs. For example, I want to disable pullups and change the drive strength. In the CubeMX GUI there's not option to do this. So far I've just modified the code that gets generated but annoyingly when I make a change to the CubeMX config these changes get overwritten.
Thanks,
Doug Burrell
Solved! Go to Solution.
2020-06-03 11:36 AM
Enable the I2C and then navigate to System Core -> GPIO -> Configuration -> I2C to change pin settings.
2020-06-03 11:36 AM
Enable the I2C and then navigate to System Core -> GPIO -> Configuration -> I2C to change pin settings.
2020-06-03 01:01 PM
Thanks, that did it.