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.

MT_ZDO_TC_DEVICE_IND got from ZNP, Z-Stack Home 1.2.1 to TI employee

Other Parts Discussed in Thread: CC2530, Z-STACK

Hi Colegues,

I've compiled ZNP from "Z-Stack Home 1.2.1", the ZNP (located in CC2530) works fine. Periodically I got on my host processor connected to CC2530 this packet:

0x0c 0x45 0xCA ...

Where Cmd0=0x45, Cmd1 = 0xCA, I've found in source file "MT.h" that Cmd1 = 0xCA is MT_ZDO_TC_DEVICE_IND

But I failed to find the MT_ZDO_TC_DEVICE_IND in "Z-Stack Monitor and Test API.pdf " (SWRA198) and in "ZigBee-Pro Network Processor.pdf" (SWRA312)

So my question is:

what does the packet means with Cmd1 = MT_ZDO_TC_DEVICE_IND

Thanks!

  • Hi, 

    Here is the description of that command.

    MT_ZDO_TC_DEVICE_IND,      
    This command handles the Trust Cented device indication
    AREQ:
    Length = 0x0C, Cmd0 = 0x45, Cmd1 = 0xCA;
    |  2 Bytes: Source Nwk Addrs      |     8 Bytes: Src ieee address     |     2 Bytes: Parent nwk addrs  |

    Hector

  • Thanks Hector!

    Is there some manual with description of the request? How my ZAP should acts whet got the request?
  • Currently we don't have this command in our documents but here is the description:
    This command will be received by the ZNP coordinator as an indication that a new device has joined the network.
    On your ZAP you don't need to take any action related to this command it will all depend if you want to use this information in your application. If you have no use for it then do nothing when this command is received.

    Regards,
    Hector