Skip to main content
furkankilic
Associate
June 24, 2021
Question

"Break at address "0xa05f0000" with no debug information available, or outside of program code while debugging codes" problem

  • June 24, 2021
  • 6 replies
  • 5508 views

Hi Guys,

I got an error while debugging codes to my STM32F439 MCU with ST LINK V2. I could not solve it but if I debug it for STM32F429 Nucleo Board I can debug. I can not understand. I wait for helps. Thanks.

This topic has been closed for replies.

6 replies

TDK
June 24, 2021

Not much info to go off of here. Use standard debugging.

Is it in a hard fault? Examine SCB registers to determine why.

Step through your program to see where it occurs and find where/why it occurs.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Tesla DeLorean
Guru
June 24, 2021

Need to debug it earlier, uncheck "run to main()" type options and walk the code in from the Reset_Handler.

For custom board check a) that BOOT0 is pulled low, b) that the VCAP pin(s) are at 1.20-1.25V, and the capacitors are properly placed.

The NUCLEO board will have an 8 MHz HSE clock source, custom boards will have whatever you built them with

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
furkankilic
Associate
June 25, 2021

@Community member​ Thank you so much for responding.

I solved problem by changing resistor which is connected to BOOT0 thanks.

Ranjeet Singh
Senior
April 17, 2023

i am getting same issue ,how i can solve this ,in stm32745zi
_legacyfs_online_stmicro_images_0693W00000biEIKQA2.png

Tesla DeLorean
Guru
April 17, 2023

https://community.st.com/s/question/0D53W00002E9oS2SAJ/stm32h745-microcontroller-getting-issue-during-run-time

​

P​erhaps hardware issue? Details and specifics not shared.

Perhaps look at suggestions in this thread and solution. Does it apply to your situation? Did you look at any of suggestions for cause in your case?​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
PCare.1
Visitor II
May 12, 2023

I was getting the same error using the STM32H747XI_discovery board with the sample LED light tutorial. Setting up the debug configuration exactly as they did in the videos. The one item that I did change to get it to work was to not download the symbols for the CM4 inside the CM7 debug configuration. Then allow the CM4 debug configuration to download the symbols when launching its debug configuration. Hope that might help someone.