Tool/software: Code Composer Studio
I have two I2C devices, one is the device address is 7-bit 0x6C [7:1], plus read and write bits, and the other device address is 6-bit 0x36 [7:2], and the second bit must be Write 0, plus read and write. If I follow the manual, then the I2C address specified by the tid corresponding to the two devices is the same 0x6C, how to solve this kind of situation.