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.

Over Air Download for cc2541

Other Parts Discussed in Thread: CC2541

Hi All,

I'm trying to implement OAD on a CC2541 and am having difficulty. We've completed the steps, twice, for the simpleBLEPeripheral image A (part 10) in the "Developer's Guide for Over Air Download for CC254x", so we think that we completed all the steps correctly.

We are using the BLE-CC254X-1.4.0 instead of version 1.2 that the guide is written for and we're using IAR version 9.10.2 also a newer version than intended for though this probably isn't the cause of our problem.

We've gotten the code to compile and download but not run correctly. We added a breakpoint in the void SimpleBLEPeripheral_Init( uint8 task_id ) function. When the code is run it never reaches the break point.

Some help with this would be great.