Currently I try use STM32F103RCT to implement I2C slave to communicate with master. When master sent address with write bit , there is no any problem and all data can be transmitted to slave through I2C, but when master try to read, it seems big prob...