1.In SECURE model,the Coordination will keep the Device's address information that is not its Child-Nod into AddrMgr with ADDRMGR_USER_SECURITY.But,in "nwk_globals_init",the size of AddrMgr is set by"AddrMgrInit( NWK_MAX_ADDRESSES )" and “NWK_MAX_ADDRESSES ” equals "NWK_MAX_DEVICES + NWK_MAX_REFLECTOR_ENTRIES + NWK_MAX_SECURE_PARTNERS".So the Coordination will turn to "AddrMgrIsFull" status and Can't be joined into.Can NWK_MAX_ADDRESSES be set larger?
2.Function "AddrMgrEntryGet",whatever the “user” of param "entry" I fill,it callback same value.I have try to fill "ADDRMGR_USER_DEFAULT","ADDRMGR_USER_ASSOC" and "ADDRMGR_USER_SECURITY",but it read same value.