cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Zschau
Associate II

after the function below the CPU goes into interrupt (void HardFault_Handler(void)).

0693W000005C8TyQAK.pngBelow we can see the sequence that leads to the interrupt.

0693W000005C8XvQAK.pngCan you help me ?

2 REPLIES 2
Zschau
Associate II

the problem takes place in the file "VL53Lx_api_core.c"0693W000005C8gYQAS.png

AAmor.2
Associate II

Did you find a solution because I'm actually experiencing the same issue ?