The stack 'IdataStack' is filled to 100% (208 bytes used out of 208). The warning threshold is set to 90.%
时间:12-22
整理:3721RD
点击:
调试协调器程序
暂停程序查看Watch中情况
Debug Log提示“The stack 'IdataStack' is filled to 100% (208 bytes used out of 208). The warning threshold is set to 90.% ”
出现此提示后发现APP复位
整个程序乱套
请问我该怎样解决这个问题?
Idata段用来存放哪些数据?
idata (0x00-0xFF)
An area accessible via register indirect addressing of the assembler instructions.
所以有的时候当你打开了Watch以后,就会出现这样的问题。这是跟编译器简介读取寄存器的时候溢出。请检查有没有频繁进入后台中断的情况,比如串口。
filled IdataStack threshold bytes 相关文章: