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.

Z-Stack-Mesh-1.0.0中路由使能MTO导致内存不足

Other Parts Discussed in Thread: CC2530

官网下的Z-Stack-Mesh-1.0.0.exe,安装完后没做任何改动,在f8wRouter.cfg中加入以下代码

/* 错误路由次数 */
-DLINK_DOWN_TRIGGER=12
 
/* Link Status 丢失上限 */
-DNWK_ROUTE_AGE_LIMIT=30

/* 广播存活时间 */
-DBCAST_DELIVERY_TIME=100

/* 消息传递级数 */
-DDEF_NWK_RADIUS=15

/* Route Request 的广播半径 */
-DDEFAULT_ROUTE_REQUEST_RADIUS=8

/* Route Discovery 持续时间 */
-DROUTE_DISCOVERY_TIME=13

/* 关闭跳频 */
-DZDNWKMGR_MIN_TRANSMISSIONS=0
 
/* Link Status 发送间隔 */
-DNWK_LINK_STATUS_PERIOD=30

-DMAX_NEIGHBOR_ENTRIES=48

编译后出现

Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment XDATA_N. Unable to place 2 block(s) (0xc02 byte(s) total) in 0xa0f byte(s) of memory. The problem occurred while processing the segment  
placement command "-P(XDATA)XDATA_N=_XDATA_START-_XDATA_END", where at the moment of placement the available memory ranges were "XDATA:14f1-1eff"

也就是内存不足,请问哪里出错了,我是按照 AN123 文档的 Ch.4 来配置的。