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.

Problem about the address manager in Z-Stack

Other Parts Discussed in Thread: Z-STACK

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?