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.

CC2652R7 : I2C communication, use 8-bit address mode

Hi

I am trying to interface VL53L1X sensor from STM. The sensor uses 8-bit address mode. I need to use the address 0x52 to write and 0x53 to read. So, I need to write address 0b01010010 to write something to the sensor. However, on checking, the address written is 0b1010010.

How can I change the address format to 8-bit? Is there any way to achieve the read and write with this sensor?

I also want to implement an I2C scanner on the controller. What is the general flow for that?