Skip to main content
Angle
Associate III
November 22, 2022
Question

Debug problem

  • November 22, 2022
  • 1 reply
  • 2285 views

Hi, I have a problem where I cannot debug my code bcs of this error. Anyone know how to solve these problem?

btw im using the STM32H750VBT6x for MCU and ST-LINK V2

0693W00000WJ9R2QAL.png

This topic has been closed for replies.

1 reply

Pavel A.
Super User
November 22, 2022

This often means that the debugger cannot fit the program into the target memory.

 STM32H750 has only 128 of internal flash. Is your program too big?

Angle
AngleAuthor
Associate III
November 22, 2022

No, Im just try to debug the simple basic program like "Hello World" using serial debug only. So, what is possible mistake that I have make?

0693W00000WJ9T8QAL.png 

0693W00000WJ9TNQA1.png

Pavel A.
Super User
November 23, 2022

Check the link script, are the memory regions defined correctly? Is the initial stack address correct?