vl53l5cx_init fails in _vl53l5cx_poll_for_mcu_boot
I am trying to use the VL53L5CX with Zephyr. The read and write functions of the platform files seem to work well, but when running an example and attempting to initialize the sensor, when I reach the point of resetting the MCU, I receive a 255 from register 0x07, which stores the value in go2_status1. According to the UDL documentation, this is a timeout or I2C error, but I don't know what could be causing it. The I2C address of the device is correctly configured, and I am unsure about the cause of the timeout. Any ideas? Thank you very much.
