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.

堆栈设置及溢出问题

FR6972是2K的RAM,我手动设置堆栈,超出上限会有什么影响吗,比如我设置STACK是2000,HEAP是4000,明显超出了RAM,但不会提示我错误,我在实际使用中会有什么影响吗

还有我动态分配了400个整型节点的链表,为什么一开始能用,用着用着数据出错,堆栈溢出了

我是不是应该换一个大一点的RAM的芯片