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: CC2538, CC2592

1.如上图当我设为41的时候提示空间不足,当改为40就没有报错了,但是40刚好是临界值,长期使用会影响稳定性吗?

如何屏蔽无关的程序以提高空间,不用屏幕,2538用到串口和NV

ewarm
CC2538_USE_ALTERNATE_INTERRUPT_MAP=1
FEATURE_RESET_MACRO
SECURE=1
TC_LINKKEY_JOIN
NV_INIT
NV_RESTORE
ZTOOL_P1
MT_TASK
xMT_APP_FUNC
xMT_SYS_FUNC
xMT_ZDO_FUNC
xMT_APP_CNF_FUNC
xLCD_SUPPORTED=DEBUG
MULTICAST_ENABLED=FALSE
ZCL_READ
ZCL_DISCOVER
ZCL_WRITE
ZCL_BASIC
ZCL_IDENTIFY
ZCL_ON_OFF
ZCL_GROUPS
HAL_PA_LNA_CC2592
ZCL_SCENES
ZCL_REPORT
ZCL_REPORTING_DEVICE
ZCL_REPORT_DESTINATION_DEVICE

2.NWK_MAX_DEVICES=NWK_MAX_DEVICE_LIST + 1     // One extra space for parent

One extra space for parent是在AssociatedDevList[0]还是在AssociatedDevList[40] 的位置?