Resolved! The problem with the i2c interface on the controller stm32f103
I have a problem with the operation of the I2C interface on stm32f103. Hangs waiting for ADDR bit(while(!(I2C1->SR1 & I2C_SR1_ADDR))) in the master transmit mode.In the Internet, many people have this problem, but is no solution. Who was the problem...