Can I2C master support both high speed mode and fast mode?
We use stm32g474re in our project. The i2c devices used in our board have two types, one support high-speed mode while the others doesnot. Currently, i set the i2c master with fast mode(400K). Is it possible to set i2c master with high-speed mode and...