cancel
Showing results for 
Search instead for 
Did you mean: 

Break at address "0x1fff2f1e" with no debug information available

Akshat-hu-vro
Associate

I am trying to program a stm32l451cet6 microcontroller. My code works perfectly fine for 5-6 debug sessions. After a few debug sessions, this warning pops up with a different address for every hardware I use.Screenshot 2025-01-28 190427.png

When this break at address pops up, my code stops working. I tried debugging and found there was no break point at any line of the code. Why is this break even popping up?

1 REPLY 1
TDK
Guru

You're in the system memory. Few possibilities:

  • Is BOOT0 tied low?
  • Is the vector table set correctly (look at SCB->VTOR)
If you feel a post has answered your question, please click "Accept as Solution".