VL53L4CX integration with esp32 problem
I am trying to measure with the sensor VL53L4CX controlled by an ESP32 (4MB Flash) on ESP IDF. I have installed the drivers STSW-IMG029 v1.2.8 and implemented the I2C functions to read from the sensor, but the ESP32 boot when the I2C read something from VL53L4CX showing this error:
I don't know if there is a problem with the drivers that corrupts the ESP32 memory.
In the same project i am able to read from VL53L1X and VL53L0X without problem.
