Other Parts Discussed in Thread: , CC2541, UNIFLASH
Tool/software: Code Composer Studio
Hello.
I want to use the "Simple Peripheral OAD Off-chip" project as a baseline, for the CC2640R2F.
This example project is of the "split-image" type (the BIM define for this is OAD_IMG_TYPE_APP_STACK).
I would like to convert it to the "single-image" type (the BIM define for this is OAD_IMG_TYPE_APPSTACKLIB).
Please provide the proper instructions on how to accomplish this, and what are the required changes for the BIM, App and Stack projects.
Problems:
- The CC2640 BIM has different define's than the CC2642, and for example, OAD_IMG_TYPE_APPSTACKLIB is missing
- The Stack project is of an executable type, and cannot be changed to the library type without recreating the project.
- The definitions that seem to control if the product is a single image or a split image, is SPLIT_APP_STACK_IMAGE. Undefining it in stack+app+bim projects doesn't seem enough for creating single image binary.