2020-02-09 08:40 AM
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?
2020-02-09 08:51 AM
Would recommend using the V36 ST-LINK Firmware https://www.st.com/en/development-tools/stsw-link007.html
2020-02-09 09:49 AM
Thank you for your response.
I tried it, but it didn't solve my problem.