Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK,
Hi
According to SWRA198, Z-Stack Monitor and Test API.pdf
3.12.1.1 ZDO_NWK_ADDR_REQ
**Please tell me where "section 3.0.1.7" is located mention on Page79
3.12.2.1 ZDO_NWK_ADDR_RSP
Description: This command is issued by the tester to return the results from a ZDO_NWK_ADDR_REQ.
Usage AREQ: 1 1 1 1 8 2 Length = 0x0D-0x53 Cmd0 = 0x45 Cmd1 = 0x80 Status IEEEAddr NwkAddr
The callback command should be (0x4508)
However, I got the following in Z-tool2.0:
<TX>05:24:23.99 COM8 ZDO_NWK_ADDR_REQ (0x2500)
IEEEAddress: 0x00124B000FE9A950
ReqType: SINGLE_DEVICE_RESPONSE (0x0)
StartIndex: 0x00
<RX>05:24:24 COM8 ZDO_NWK_ADDR_REQ_SRSP (0x6500)
Status: afStatus_SUCCESS (0x0)
<RX>05:24:24 COM8 MT_ZDO_MSG_CB_INCOMING (0x45FF)
srcAddr: 0x0000
wasBroadcast: 0x00
clusterID: 0x8000
SecurityUse: 0x00
TransSeq: 0x00
macDestAddr: 0x0000
asdu: .P....K..M.. (0x00, 0x50, 0xA9, 0xE9, 0x0F, 0x00, 0x4B, 0x12, 0x00, 0x4D, 0x1C, 0x00)
Somehow MT_ZDO_MSG_CB_INCOMING (0x45FF) was returned.
I just want to make sure this is supposed to happen, not because I've modified the stack in an unintended way.
Cheers
Harry