Other Parts Discussed in Thread: Z-STACK
Hi All,
I compiled Sample Switch app from "Z-Stack Home 1.2.0" with these defines:
xFEATURE_GREEN_POWER
SECURE=1
TC_LINKKEY_JOIN
NV_INIT
xNV_RESTORE
xHOLD_AUTO_START
xZTOOL_P1
xMT_TASK
xMT_APP_FUNC
xMT_SYS_FUNC
xMT_ZDO_FUNC
xLCD_SUPPORTED=DEBUG
ZCL_READ
ZCL_WRITE
ZCL_REPORT
ZCL_BASIC
ZCL_IDENTIFY
ZCL_ON_OFF
xZCL_EZMODE
And from time to time got assertion in these place:
file: C:\Texas Instruments\Z-Stack Home 1.2.0\Components\mac\low_level\srf04\mac_tx.c
Line: 221 MAC_ASSERT((macTxType == MAC_TX_TYPE_SLOTTED_CSMA) || (macTxType == MAC_TX_TYPE_UNSLOTTED_CSMA));
What is the reason?