2020-09-28 05:14 AM
Ultimately, I would like to know where I2C commands are described in order to re-write my own I2C R/W function according to my hardware. First I woud like to play with the entire API to get familiar with it. The file ranging_sensor_comms.h is not included in the STM32 53L3A2 expansion board software. The vl53lx_platform.c is completely re-written,and the project only uses this file frome the API and none of the other files. Thank you for your help
Solved! Go to Solution.
2020-11-21 02:20 AM
Hello John, you are right : the address is 7 bits but read from LSB which gives 0x29 in both reading and writing. Then my MCU low level functions add the R/W bit value according to the write or read operation, thank you !