"Debugging" crashes program
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-04 8:06 PM
Running a program on the stm32wl nucleo board works fine, but if I enable debugging it alwaus crashes. This does the same thing on my custom board. It's always the same signal handler
Labels:
- Labels:
-
DEBUG
-
STM32CubeIDE
-
STM32WL series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-05 3:59 AM
Look at VECTACTIVE bits to determine what interrupt it's in. Then determine why it's in that interrupt and why it's not where it should be.
Ensure SCB->VTOR is pointing to the correct place.
If you feel a post has answered your question, please click "Accept as Solution".
