Skip to main content
Zschau
Associate II
November 20, 2020
Question

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.

  • November 20, 2020
  • 2 replies
  • 3708 views

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 ?

This topic has been closed for replies.

2 replies

Zschau
ZschauAuthor
Associate II
November 20, 2020

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

AAmor.2
Associate II
March 17, 2021

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