Cannot load Firmware to VL53L5CX
With the following code the VL53L5CX should get it's firmware uploaded. " /* Download FW into VL53L5 */ status |= WrByte(&(p_dev->platform), 0x7fff, 0x09); status |= WrMulti(&(p_dev->platform),0, (uint8_t*)&VL53L5CX_FIRMWARE[0],0x8000...