User Activity

I'm using the X-NUCLEO-53L1A1 and the STM32F401. As the user manual suggests. The GUI opens, but cannot detect the sensor. "Sensor Not Detected. Please ensure sensor connected then Press Black Reset Button on the Nucleo". The X-NUCLEO-53L1A1 is seate...
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...