Hello everyone! I am trying to read distance sensor data from an VL53L3 using a STM32G0. After implementing the API code for the conversion the programmed stopped working saying this: Program received signal SIGTRAP, Trace/breakpoint trap.
after the function below the CPU goes into interrupt (void HardFault_Handler(void)).Below we can see the sequence that leads to the interrupt.Can you help me ?