VL53L8CX firmware consumes most of the STM32 flash
Hello,
I am currently working with an STM32 MCU equipped with 128KB of flash memory, alongside the X-NUCLEO-53L8A1 Time-of-Flight expansion board featuring the VL53L8CX sensor. It has come to my attention that the sensor's firmware, as defined in vl53l8cx_buffers.h (here) within its drivers, occupies a substantial 84KB of flash memory. This firmware array is written each time the sensor is initialized. I am seeking guidance on potential methods to bypass or optimize this process to conserve memory for my application. Any insights or recommendations from the STM community would be greatly appreciated.
