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.

Blinking a LED using CC2541.

Other Parts Discussed in Thread: CC2541, CC-DEBUGGER

I want to run a sample program on CC2541 using IAR Embedded Workbench so that I can be sure that I am able to upload programs on CC2541. I opened SimpleBLEPeripheral in IAR embedded workbench. I added a line "P1_5= 1;" in simplebleperipheral.c and connected an LED through 470ohms on CC2541 chip. I have connected all the supply and ground pins and have also connected oscillators to the CC2541 according to the schematic provided on TI website. I have not yet connected an antenna.

Now, when i burn the program in the chip, it does not produce the desired result. The LED does not turn on or off according to the program.

Can you please help me identify the problem?