cancel
Showing results for 
Search instead for 
Did you mean: 

Error while debug

Rituraj
Associate III

WHile debugging for a custom board this is what I am facing Break at address "0x1fff4080" with no debug information available, or outside of program code.

 

This is the code that I am trying to run . What is the reason for this error and how it can be curated .  I have already verified the most common reason i.e. BOOT0 pin which has been pulled low.

 

I have attached the main.c file to this post

 

 

 

2 REPLIES 2
Andrew Neil
Evangelist III

you need to provide more information - please see the posting tips:

https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228

 


@Rituraj wrote:

WHile debugging for a custom board this is what I am facing Break at address "0x1fff4080" with no debug information available


When/where, exactly, does this occur?

It starts as soon as I enter superwhile at time of debugging. I have already attached the main.c file