This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC2530: Debugging SampleLight Coordinator

Part Number: CC2530

Tool/software: TI C/C++ Compiler

Hello everyone, 
I am trying to build a simple zigbee network through IAR and using only CCDebugger and 2 CC2530_CORE as 1 is the coordinator and the other is the end device.
So at first I am trying to debug the sample application SampleLight to my CC2530_CORE. But after I erased my chip and started "Download and debug". The program works fine until it is in the debug mode. The arrow points at int main() at ZMain.c. But when I clicked Step Over or Next Statement or anything, the debug stopped (or maybe it will run forever). I can't see any arrow anymore so I don't know how to debug and see if the program works. Plus, I don't have any EV board like SmartRF05.
Thanks.