We are currently maintaining a Zigbee controller out of JN5169.
We are using the JN-SW-4170 SDK.
We have of course a good understanding of JN-AN-1216
Application Note: JN-AN-1216 ZigBee 3.0 IoT Control Bridge,
Still facing 0x87 - ZPS_XS_E_NO_FREE_EXTENDED_ADDR. The documentation refer to "extended address table", but in none of the documentation this table is defined!
Here are the various parameter definition
MaxNumberNodes | 70 |
ActiveNeighbourTableSize | 50 |
RoutingTableSize | 70 |
AddressMapTableSize | 20 |
MacTableSize | 70 |
ChildTableSize | 5 |
DeviceTableSize | 70 |
ZNC_MAX_TCLK_DEVICES | 70 |
What is wrong ?
nothing is done!, no addition nor removal of devices. I just have somehow a stable network at least it behaves like that and get those asynchronous messages.
Could you please clarify what this table is ""extended address table"" as there is no definition of such table in none of the NXP manual
Hi @zigbee1,
The value that the free extended address depends on the sum of the mac table and the map table.
Please try to increase let me know if you are still facing this error.
Regards,
Mario