I2C issue on STM32F746G with VL53L1X breakout board.
Hello everyone,
I've a problem with the communication I2C. I've generated the I2C communication base code with STCubeMX for the STM32F746G discovery board.
And I got an error at I2C_WaitOnTXISFlagUntilTimeout(). Because NACK is detected.
I've also tested the sensor on a Nucleo L476 with the example program from the lite API of the sensor and it works.
Both programs are similar and I cannot find out why I have NACK.
I've test the I2C communication with an other sensor (MPU-6050 ) and it's works
Thank you for your Help
