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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 6:40 AM
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 ?
Labels:
- Labels:
-
STM32G0 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-20 6:48 AM
the problem takes place in the file "VL53Lx_api_core.c"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-17 2:27 AM
Did you find a solution because I'm actually experiencing the same issue ?
