Conecting sensor VL53L5CX from proximity16click to a NUCLEO-H755ZI-Q I2C
Hi,
I'm new in working to microcontrollers and I have an issue with connecting this sensor to my mcu. I'm using the library en.STSW-IMG023 with the example of the mcu STM32F401RETX. For any reason, when I connect it through I2C, the address doesn't work using the function "isalive". I don't know if I'll have to change something in .c files or in RCC to adapt this code to my STM32 board (I already changed stm32f4xx.h to stm32h7xx.h in the file platform.h). I know I have a long way to learn in this area, but any tip would help me to my project.
Thanks you.