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.

CC2530: UART and Blinky code

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

I have these CC2530 modules with me:

Module 1:

Exposed pins : P0_0 - P0_7, P1_0 - P1_7, P2_0 - P2_2, RESET, 3.3V and GND

Module 2:

Exposed Pins : P0_0 - P0_3, P1_0 - P1_1, P2_0 - P2_2, RESET, 3.3V and GND

Besides this, I have these hardware equipment:

1) CC Debugger 2) USB to serial (UART) converter 3) Basic stuff like LEDs, wires, arduino boards etc for prototyping

On the software side, I have IAR (evaluation version, no size limit) for 8051 micro controllers. I have also installed smartRF flash programmer and z stack. I think these are all what I need for starting my development process. I am able to open IAR examples from Z stack folder and burn the code using CC debugger, however I have no clue what is happening, most likely because those codes are meant for development kit and needs some user interaction using the buttons provided on development kit.

As such, I want to try out basic functionality such as some sort of debug print to get an idea whether my code is working as expected and gpio interaction - reading a push button, blink an LED etc.

Here are my questions for the same:

1) Can I use CC debugger to print something on my PC? If yes, how do I do it? If no, can I use a USB to serial converter and print something through UART? If yes, how do I do it? If no, what other option do I have to print debug messages to my computer?

2) How do I write basic GPIO code for blinking an LED and reading a button? Are there any examples given somewhere which I can start with?

I am just a beginner and any help in this regard will be very much appreciated.

Thanks

Thanks