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.