Skip to main content
KPiek
Associate
February 9, 2020
Question

STM32H745ZI-Q - Debugging problem is STM32CubeIDE

  • February 9, 2020
  • 2 replies
  • 727 views

I just have NUCLEO-STM32h745zi board. 

When I try to debug simple binking led aplication in STM32CubeIDE, this message appear: Break at address "0xa05f0000" with no debug information available, or outside of program code.

I am using this application note, to get things work: https://www.st.com/content/ccc/resource/technical/document/application_note/group1/18/43/cc/00/81/b6/4d/5c/DM00629855/files/DM00629855.pdf/jcr:content/translations/en.DM00629855.pdf

I tried ST-LINK GDB server and ST-LINK OpenOCD debug configuration with same bad result.

Can you provide a way to fix this?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
February 9, 2020

Would recommend using the V36 ST-LINK Firmware https://www.st.com/en/development-tools/stsw-link007.html

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
KPiek
KPiekAuthor
Associate
February 9, 2020

Thank you for your response.

I tried it, but it didn't solve my problem.