Issue when using I2C1 and I2C2 simultaneously with STM32Cube_FW_F0_V1.9.0.
I have been using a stm32f051 as a slave on i2c1 without any problem. Then I started to use it as a master on i2c2 at the same time. This caused the communication on i2c1 to fail with varying frequency. I have been using the i2c drivers with interru...