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.

CC2538: Not Able o Connect More than 20 Devices with Zigbee PRO Stack

Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK

Hi Experts,

We are using CC2538 chip from TI in our gateway and its being configured as coordinator .Currently I am facing issue in connecting more than 20 devices to it. We want to connect >50 zigbee sensors to this chip.

In another threads i found that there is some limit defined in the firmware and I want to increase this.

So changing this macro to 50 will suffice our requirement or I need to make some other changes as well.

#define NWK_MAX_DEVICES   ( NWK_MAX_DEVICE_LIST + 1 )

Regards