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.

把CC2540作为51单片机使用时出现的问题???

Other Parts Discussed in Thread: CC2540

在CC2540上写的程序,没有加入蓝牙协议栈,程序很短,调试程序时,暂停或到断点的时候,就会出现这样的问题:

Sat Sep 20, 2014 09:32:11: The stack pointer for stack 'XdataStack' (currently XData:0xC90F) is outside the stack range (XData:0x0001 to XData:0x0F00)

Sat Sep 20, 2014 09:32:14: The stack pointer for stack 'IdataStack' (currently IData:0x8A) is outside the stack range (IData:0xC0 to IData:0x100)

请问该如何解决呀?我估计是IAR的配置有问题,怎么解决呢???无论是程序和数据,都非常的小。