Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2530, CC2650
Tool/software: TI C/C++ Compiler
Hi,
I'm using CC2650 launchxl as end device and cc2530 as coordinator.
I am trying to start the communication and data sent between coordinator and end device. I am not using EZmode for data transmission so no finding and binding process will be there. I've disabled the ZCL_EZMODE in compiler preprecessor. I have only Zsack_manual_start to start the discovery process.
I am able to form a network at the coordinator end. and when I am start downloading and debugging the code at end device side, on the packet sniffer, I am seeing the association request successful and polling data request to the coordinator. Please see the PSD file NwkCommunication_8.psd for validity. Does it mean the end device has joined to the coordinator and is ready to send the data?
When I am debugging the code, I am seeing the params.state as ZSTART_STATE_HOLD. From the code, I am seeing if this is the state then the device will be initialized again and will do the process again but the device doesn't do anything after hold.
Please help.
