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.

LAUNCHXL-CC2640R2: OAD implementation Problem

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: CC2640R2F

Hi,

     I am new to this cc2640r2f. I am trying to implement to Over the Air Download in my project. I have already created my application project based on Simple peripheral project of simplelink SDK version 4.30.08. I went through the OAD implementation guide and decided instead of adding OAD in my project. I developed my application code inside simple peripheral on chip OAD example.

     When i tried to build my project,i faced  the below error.

Then i checked the memory allocation and it showed that program didn't fit into allocated memory.

I read about how to change memory allocation and found about ICALL_STACK0_START. So i changed the Flash memory size using ICALL_STACK0_START.

The memory allocation was solved and program built successfully but after the changes i flashed the code in my cc2640r2 board but it was not advertising at all.

Kindly help me through this to solve the problem and guide me a way to implement OAD.

Thanks and regards,

Jamal