Skip to main content
Bstan.1
Visitor II
March 5, 2022
Question

"Debugging" crashes program

  • March 5, 2022
  • 1 reply
  • 837 views

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 handler0693W00000KbVNZQA3.png

This topic has been closed for replies.

1 reply

TDK
Super User
March 5, 2022

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""."