I've implemented a slave client in I2C and all works fine, but i can't recognize the finish of the write process from the I2C Master. After the call DRV_I2C_Receive() how can see when the process is completed? I've tried to call DRV_I2C_TransferStatusGet(..
↧