I find in my code , the function AddrMgrEntryUpdate() always return FALSE. I write a test code as:
ZDO_UpdateAddrManager( 0x4567, extAddr_debug );
if ( APSME_LookupNwkAddr( extAddr_debug, &shortAddr) == TRUE)
The APSME_LookupNwkAddr() always return FALSE. Can anyone help with this problem?