I have a problem on VL53L5CX_ULD API (exaple1 ranging basic) during the function vl53l5cx_init(&Dev).
I am using the exaple1 ranging basic (VL53L5CX_ULD API ) on microcontroller nrf52840.during vl53l5cx_init(&Dev) we get stuck on "do while loop" in the below Function (vl53l5cx_poll_for_answer() line number 304 ). I'm include the I2C driver (Read&Writ...