I want to i2c to communicate two STM32F103. one of them will be a slave and other will be master. But program is stop on this : void SendI2CByteData (I2C_TypeDef* I2Cx, uint8_t SlaveAddr, uint8_t Data){ __IO uint8_t temp = 0; I2C_GenerateSTART(I2Cx, ...