Resolved! VL53L8 Firmware loading
In the ULD driver for the VL53L8 is the file vl53lmz_api.c. In line 354 to 364, the firmware is loaded in pieces of 0x8000 bytes:My microcontroller has not enough ram to handle such big blocks, so I have to load the firmware in smaller pieces. But fo...