I2C1 pin assignment on PB8/PB9 is removed when SPI1 is enabled in STM32CubeMX v6
OverviewAfter migrating a project from CubeMX v5 to v6 (DB 6.0.150), the pin assignment for I2C1_SCL (PB8) and I2C1_SDA (PB9) is automatically removed when SPI1 is enabled.This issue did not occur in CubeMX v5, and on real hardware both I2C1 and SPI1...