Mon Mar 18 16:07:41 2013: The stack 'Stack' is filled to 100% (80 bytes used out of 80). The warning threshold is set to 90.%
程序全速运行 停止过后就显示上面这条错误 该怎样解决 小弟刚接触430 用的芯片是MSP430F1611 求大神帮帮忙解决一下
从你的map看没用多少stack啊,你这个生成这个.map的时候出现The stack 'Stack' is filled to 100%了吗。
如果你运行第一遍没有警告,随着运行次数增加stack也增加那么会不会是你程序里有变量没有释放。
01 main
| Stack used (prev) : 00000012
| + function block : 00000002
<-Sub-tree of type: Function tree
| Stack used : 00000014
->Sub-tree of type: Function tree
CSTACK
| Stack used (prev) : 00000014
01 exit
| Stack used (prev) : 00000014
| + function block : 00000002
<-Sub-tree of type: Function tree
| Stack used : 00000016