This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640R2F: 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

Part Number: CC2640R2F

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.