Part Number: CC2640R2F
Tool/software: Code Composer Studio
Hi,
The purpose of converting is me trying to add on-chip oad to the aoa project.
After successfully converting the library build to split image build following the instruction of the link below :
; without adding any OAD components I built and flashed both stack and application into the CC2640R2F.
However when I tried to run the application, the main.c in startup folder ran through (aoa_receiver task is created and registered, BIOS_start was hit), the aoa_receiver (custom application) task did not run.
I have tried to follow http://dev.ti.com/tirex/explore/node?node=AKS5oOWR4K-9ijBgtvOWNw__krol.2c__LATEST as well (with and without oad components). Same behavior occurred.
I have following questions:
1. Does split image build require any extra steps? For example, like bim and persistent app from out of box oad example need to be implemented and built into the board before putting in stack and app.
2. Is there any instruction that is similar to the off-chip oad ttp://dev.ti.com/tirex/explore/node?node=AKS5oOWR4K-9ijBgtvOWNw__krol.2c__LATEST for adding on-chip oad to existing project? if not could you point out what should I change from the above link? I have also found http://dev.ti.com/tirex/content/simplelink_cc2640r2_sdk_1_50_00_58/docs/blestack/ble_user_guide/html/oad-ble-stack-3.x/oad_onchip.html#using-ccs but not many detail was provided
We are currently using simplelink_cc2640r2_sdk_2_30_00_28 sdk
Looking forward to the answers
Thank you