I2C1 hangs at while(!I2C_CheckEvent(MPU6050_I2C, I2C_EVENT_MASTER_TRANSMITTER_MODE_SELECTED));
Posted on July 19, 2012 at 09:48 I have STM32-P103 board which uses STM32F103RB micro. I connected I2C sensors to I2C2 pins as shown below : I use only 4 pins of the sensor, SCL, SDA, Vcc, GND.I have the following Initialization code ...