在线运行时,程序运行时会出现“Target execution stopped The stack pointer for stack 'Stack' (currently Memory:0x0) is outside the stack range (Memory:0x5980 to Memory:0x5C00) ”,然后就会停止运行,求解答
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在线运行时,程序运行时会出现“Target execution stopped The stack pointer for stack 'Stack' (currently Memory:0x0) is outside the stack range (Memory:0x5980 to Memory:0x5C00) ”,然后就会停止运行,求解答
可以修改堆栈设置 project options->general options->stack/heap
你好,那个我知道可以设置,但是需要设置多少?我的程序也不是经常出现那样的问题,偶尔出现那样的问题,出现堆栈溢出时:“The stack pointer for stack 'Stack' (currently Memory:0x0)”。如何定位到底哪里出现了问题?谢谢