关于CC2530 RAM大小问题
时间:10-02
整理:3721RD
点击:
Hi,
cc2530的RAM只有8KB, zigbee的协议栈只占用了7KB多,有没有办法裁剪掉协议里不用的东西呢?
谢谢!
到这问
http://www.deyisupport.com/question_answer/wireless_connectivity/zigbee/f/104.aspx
BR. Albin
可以把没有使用到的功能关闭掉,MT, LCD等
另外如果没有使用bind表的话,可以修改
/* Maximum number of entries in the Binding table. */
-DNWK_MAX_BINDING_ENTRIES=1
/* Maximum number of cluster IDs for each binding table entry.
* Note that any value other than the default value may cause a
* compilation warning but Device Binding will function correctly.
*/
-DMAX_BINDING_CLUSTER_IDS=1
另外根据实际需求,可以把AssociationList,Routing Table, Neighbor Table减小