用IAR创建一个工程,device设置为CC2543F32,CPU core:plain; code model:Near; data model:Large.
make 出现连接错误。
我创建的是一个空工程,源文件就一个.c,包含了#include "ioCC2543.h",其他就是一个空main。
错误信息如下:
Error[e16]: Segment XSTACK (size: 0xeff align: 0) is too long for segment definition. At least 0xc00 more bytes needed. The problem occurred while processing the segment placement command
"-Z(XDATA)XSTACK+_XDATA_STACK_SIZE=_XDATA0_START-_XDATA0_END", where at the moment of placement the available memory ranges were "XDATA:1-2ff"
Reserved ranges relevant to this placement:
XDATA:1-2ff XSTACK
BIT:0-7 BREG
IAR版本号:10.20.1
