Part Number: CC2652P
Other Parts Discussed in Thread: Z-STACK, SYSCONFIG, UNIFLASH, CC1352P
Hi
I made my own Zigbee coordinator based on CC2652P.
Several devices worked correctly and were deployed on the objects. Today I tried to make the next one and got some problems.
ZNP from LAUNCHXL-CC1352P-2 Z-Stack was used as an example. SDK - simplelink_cc13xx_cc26xx_sdk_6_30_00_84.
1.Command FE0126046241 [ZB_READ_CONFIGURATION]
Response FE03600001260440
What is 0x6000? I expect 0x6604.
2.Command FE022540640003 [ZDO_STARTUP_FROM_APP]
SRSP: FE0165400024 - Status = 0x00 [OK]
ASRSP:FE0145C0098D - Status = 0x09 [Started as ZigBee Coordinator]
Right?
Next
FE034F80010200CF - Status = 0x02 - 0x01 BDB_COMMISSIONING_IN_PROGRESS
FE034F80000200CE - Status = 0x02 - 0x00 BDB_COMMISSIONING_SUCCESS
FE064180000200020701C1 [SYS_RESET_IND] - Reason = 0x00 = Power-up
Device reload. Why?
3.Command FE00270027 [UTIL_GET_DEVICE_INFO]
Response FE0E670000BB2FD126004B1200FEFF07000055 - Status = 0x00 - DEV_HOLD?
Why DEV_HOLD? Because of Device reload?
4.Command FE052536020000FF00EB [ZDO_MGMT_PERMIT_JOIN_REQ]
Response FE016536C290 - Status = 0xC2 - NWK_INVALID_REQUEST
Why NWK_INVALID_REQUEST? Because of Device reload?
5.Command FE00255075 [ZDO_EXT_NWK_INFO]
Response FE186550FEFF00FEFFFEFFBB2FD126004B120000000000000000000016
FE18 6550
Short Address = FEFF
PAN ID = 00FE
Parent Address = FFFE
Channel = 00
Why Channel==0? In SysConfig "Primary channels" = "11"
----
Very strange device behaviour. Tried to change device, reinstall SDK, rebuild the example, mass erase Flash and reprogram - the same result.
SYS_RESET_IND confuses me. I did not get it before. What is its possible reason?
Thanks