Tool/software: Code Composer Studio
Hello.
I need an example single-image off-chip OAD CCS project, for the CC2640, for SDK version 2.20.00.49.
I require that project to be of the single-image type, meaning the Stack and App are to be linked to a single image, while still having OAD capability.
That is because using the split-image configuration (where the stack and app are 2 different loadable binaries) takes too much RAM and internal-FLASH, leaving too little free space for my purposes.
The split-image SBP-OAD example project I tested for code and RAM usage, was this:
C:\ti\simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\blestack\simple_peripheral_oad_offchip
I already have this capability on the CC2642, but since TI delayed the CC2642 launch date from Q3/2018 to Q2/2019, my company needs to down-port our solution to the CC2640.
It is hard enough squizzing 160KB of code to 128KB, and 40KB of RAM to 28 KB, without coping with the RAM/Code cost of the split-image configuration.
I hope you can assist us.
