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.

关于CC2530 RAM大小问题

Other Parts Discussed in Thread: CC2530

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减小