stm32f334 i2c slave speed
Stm32f334 i2c works in slave mode , select i2c kernel clock 72mhz.
datasheet says it's i2c fast-mode+ support up to 1mhz, but I found that it can be accessed stably by a master with scl at 2.5mhz. Is it ok to use a master scl speed faster than 1mhz to communicate with the mcu, what's the mcu's i2c scl speed limitation as a slave ?
and how "I2C timing configuration tool " can help to set the timing reg in this situation, now i set the timing reg to 0x0.


