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.

SimpleBLEPeripheral with CC2541

Other Parts Discussed in Thread: CC2541, CC2540, CC2541DK-MINI

I have read a couple of other posts regarding the same issue.  What do I need to change in the default SimpleBLEPeripheral project to get it to work on a custom PCB with CC2541?  I am not seeing any advertising packets with the packet sniffer.  I've been able to run simple code that blinks LEDs, but nothing that uses the radio yet.

It could be an antenna issue, but let's assume the hardware is all correct, what needs to be different in SImpleBLEPeripheral for CC2541F256?

In IAR, project options, I have target set to CC2541F256.

Under compiler preprocessor directories, I have

........\Components\hal\target\CC2540EB (the only options are CC2540EB, CC2540USB, CC2541ARC, CC2541ST)

and .......\common\cc2540

Then for the project configuration, I have CC2540 chosen

I'm not sure what to choose here.