Tool/software: Code Composer Studio
Hi
I am using CC2642R with SDK version simplelink_cc13x2_26x2_sdk_3_40_00_02.
I am using 3 Slaves with my SoC on same I2C line. I am using I2C_transferTimeout API for data transfer on I2C bus.
If this API fails my I2C line gets stuck, i.e. to say I am unable to use I2C bus further. After power reset I am able to use the bus again.
I am thinking that if I am able to reset my I2C driver after it gets stuck then it will solve my problem. Please advice on this.
Also if resetting the I2C driver will help, then please help with the steps to do that.