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.

CC2531: Association response failed on Z-Stack Home 1.2.2a.44539 ZNP coordinator

Part Number: CC2531
Other Parts Discussed in Thread: Z-STACK, , SIMPLELINK-CC13X2-26X2-SDK, CC1352R, CC2652R

- This is a follow up of https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/p/892149/3299688#3299688

- Firmware includes the patches mentioned in https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/p/894198/3308473#3308473

- After experiencing this issue (from the original thread, see point 1) the user tried to power off all devices in the network except the coordinator. While pairing the device he sniffed the traffic which lead to the following interesting result: 

- This lead me to the following post: https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/t/520679 which suggests it has something to do with a full association list.

After investigating the source code I have the following questions:

- Where is the size of the associated device list defined?

- Can the size of the associated device list be increased?

- I see there is a method called "AssocReset()", assuming it clears the associated device list, would it be safe to always call this when a permit join command is given?