VL53L5CX API Size "vl53l5cx_buffers.h" seems to be too large for the MCU to handle. Is splitting the buffers ( "VL53L5CX_FIRMWARE[]" )into smaller 'chunks' to send to the SPAD a reasonable solution?
I am trying to use the VL53L5CX with an AVR128DB48. The .h file "vl53l5cx_buffers.h" seems to be too large for the MCU to handle. I think, as it stands, it breaks the 32727 byte limit that AVR is capable of. Is splitting "VL53L5CX_FIRMWARE[]" into sm...