I'm trying to use a VL53L4CD with a micro. BTW the platform.c file is wrong. It says byte swapping is required for big-endian processors. In reality byte swapping is required for LITTLE=endian processors. Got past that and a number of other mista...
Solved my own problem. Here's the issue, in case someone else needs it. It was an I2C issue.Reading I2C requires two separate transactions first a write with the register address (high byte first) and second a read of the data (which comes back hig...