i2c problem
here is the read 16 bytes register codeuint16_t TMP_ReadConfReg(void) { __IO uint16_t RegValue = 0; /* Enable LM75_I2C acknowledgement if it is already disabled by other function */ I2C_AcknowledgeConfig(LM75_I2C, ENABLE); /*---------------...