CC2530F128 芯片运行ZLL问题
Z-Stack Lighting 1.0.2 + IAR 8051 9.10编译ZLLRC -EndDevice工程, 在芯片选择CC2530F256可以通过, 但选择CC2530F128就会出现如下错误
Error[e16]: Segment ZIGNV_ADDRESS_SPACE (size: 0x3000 align: 0) is too long for segment definition. At least 0x3000 more bytes needed. The problem occurred while processing the segment placement
command "-Z(CODE)ZIGNV_ADDRESS_SPACE=_ZIGNV_ADDRESS_SPACE_START-_ZIGNV_ADDRESS_SPACE_END", where at the moment of placement the available memory ranges were "-none-"
Reserved ranges relevant to this placement:
CODE:3b4fb-3f93a BANKED_CODE
BIT:0-7 BREG
BIT:80-87 SFR_AN
BIT:90-97 SFR_AN
BIT:a0-af SFR_AN
BIT:b8-c7 SFR_AN
请教TI的工作人员,需要怎么样修改才能用CC2530F128这个芯片?
Flash太小了。你看下你的Map文件,编译出来多少大?
谢谢提醒。
后面这样可以解决:http://supp.iar.com/Support/?Note=98110