my smbus device is a temperature sensor (TMP100).MCU is STM32F103RBT6when i wrote a word to slave as following:I2C_GenerateSTART(SMBus_NAME, ENABLE);while(!I2C_CheckEvent(I2C2,I2C_I2C_Send7bitAddress(SMBus_NAME, slaveAddr, I2C_Direction_Transmitter)...