使用STM32 CUBE ide在RAM调试的时候一直在提示地址无效

1.STM32开发
2.在debug的时候出现错误Break at address with no debug information available, or outside of program code.一直都不能够进行调试(对于指定RAM还是调试还是有问题)

img

在Run Commands增加三行命令:

img

set $sp = *0xCC00
set $pc = *0xCC04
set {int}0xe000ed08 = 0x0000CC00