Other Parts Discussed in Thread: CC2652R
通过测试发现,ZDSECMGR_TC_DEVICE_MAX设置超过112,会导致协调器NV Restore保存失败,协调器无法断电保存。
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.
Other Parts Discussed in Thread: CC2652R
通过测试发现,ZDSECMGR_TC_DEVICE_MAX设置超过112,会导致协调器NV Restore保存失败,协调器无法断电保存。
理论上可以65535,实际上受限于内存。我在帮客户做MTO设置中曾经做过128个。此外YiKai Chen YK做过600node。请在下面的连接下优化你的flash 和ram。
http://www.ti.com/lit/wp/swra635/swra635.pdf
http://processors.wiki.ti.com/index.php/Zigbee_Known_Issues_and_Proposed_Fixes
f8wcoord.opts
/* Coordinator Settings */
-DZDO_COORDINATOR /* Coordinator Functions */
-DRTR_NWK /* Router Functions */
-DZDSECMGR_TC_DEVICE_MAX=130
zstack_bdbStartCommissioningReq_t startReq = {0};
startReq.commissioning_mode = BDB_COMMISSIONING_MODE_NWK_FORMATION | BDB_COMMISSIONING_MODE_NWK_STEERING;
Zstackapi_bdbStartCommissioningReq( cmdPktTaskId, &startReq );