STM32F3 I2C Restart Condition
Posted on July 08, 2014 at 11:33 Hi i have e following code for communication with an I2C Device. #define DEVICE_ADDR 0x14 #define DEVICE_READ 0x4c Therm_Timeout = 10 * Therm_LONG_TIMEOUT; while(I2C_GetFlagStatus(DEVICE_I2C, I2C...