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!