hello all,
i am programming with IAR 10 and ZStack 3.0.2 on CC2530. In GenericApp example project. I created an user cluster and command (cmd Server received).
After connection between coordinator and end device is set up, the cluster ("ZCL_CLUSTER_LIGHT_ON_OFF" and command "CMD_TOGGLE") can be sent by end device and received by coordinator successfully. However my cluster (command) can not be received by coordinator (even no comming message on coordinator triggered). However, "zcl-SendCmd" returned "Z_SUCESS" on end device.
Has anyone encountered a similar problem and how to solve it ?
thanx in advance for help.
wei