cc2530关于IDATA overflow的问题
时间:12-22
整理:3721RD
点击:
调试cc2530的时候,运行一段时间会有“IDATA overflow“这样的提示,想请教下出现这种状况是什么原因,如何避免?
idata (0x00-0xFF)
An area accessible via register indirect addressing of the assembler instructions.
所以有的时候当你打开了Watch以后,就会出现这样的问题。这是跟编译器简介读取寄存器的时候溢出。请检查有没有频繁进入后台中断的情况,比如串口。
- The stack 'IdataStack' is filled to 100% (208 bytes used out of 208). The warning threshold is set to 90.%
- 编译器提示IDATA 溢出
- Waining:Possible IDATA stack overfow.............CC debuger 连着keyfob板子在IAR下运行,时间长(约半小时)之后,会出这样的警告,
- c2541 配置GPIO中断出现 Possible IDATA stack overflow detected。
- 串口接收数据时候栈溢出Possible IDATA stack overflow detected