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.

WEBENCH® Tools/CC2530-CC2592EM-RD: Maximum number of routers and end device can be add to gateway and communicate.

Part Number: CC2530-CC2592EM-RD
Other Parts Discussed in Thread: CC2530, CC2592, Z-STACK

Tool/software: WEBENCH® Design Tools

Hello, I am using CC2530+cc2592 SOC with z-stack 1.0.0 in coordinator. When I start adding device to gateway I can add max 20 devices and work properly. But when I add more devices to it data not reach to gateway at all.

I have changed 

 #define NWK_MAX_DEVICE_LIST     75  // Maximum number of devices in the Default is 20 in 

In nwk_globals.h and 

 #define INT_HEAP_LEN  2048              // Default is 3072

In OnBoard.h. successfully compiled and download.

But after adding more than 20 devices same thing happened data not reach to gateway.

What is the issue and how I can add more than 50 devices to the gateway successfully.