Using a VL53L3CX sensor with a STM32G030J6M6
I got a custom board made with these two ics and I tried to program the mcu. However, when facing FLASH and RAM size constrains I decided to remove certain parts of the library to make it fit(I removed crosstalk calibration since I don't have a cover material). However I am now facing issues with the sensor not working(I2C works), and I have to determine if it's because of something I did, board design or something wrong with the sensor. The measurements that I'm getting have the 255 status, and while debugging I found that the sensor returns less streams than expected. So a couple questions first:
1) Does the sensor require restarting via XSHUT to properly work?
2) Would the ST-LINK programmer be able to supply enough power for both chips?
3) How should I proceed with debugging?
4) Does ST have a smaller library for this sensor(I have been unable to find one)?
