User Activity

I have the following setup:    Master<---------I2C------------>STM slaveThe master communicates like this:1) Master I2C write: [Start bit, I2C address (from master)], [Req Data1 (from master)]2) Master I2C read: [Start bit, I2C address (from master)]...