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?