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 ?
Hello, With have 21 routers in the zigbee network I have also code: ERROR: Extended status 87 (ZPS_XS_E_NO_FREE_EXTENDED_ADDR)
This is my settings: app_zps_cfg.h
#define ZPS_ADDRESS_MAP_TABLE_SIZE 100
#define ZPS_MAC_ADDRESS_TABLE_SIZE 100
Hi @BasWep,
Is it possible that you could create a new community post with this issue? one of my colleagues will check this problem.
Regards,
Mario
Hi @zigbee1,
What is happening when you get this error?
The coordinator is not accepting a new device? when you are trying to remove a device?
Regards,
Mario
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