Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

RTOS/CC2640R2F: Replacing CC26xx_app_oad.cmd

$
0
0

Part Number:CC2640R2F

Tool/software:TI-RTOS

Hi,

since CC26xx_app_oad.cmd is externally referenced from the BSP (this is the linker command script for the OAD version), I would like do copy It to my project so I can make edits to I without affecting other projects using the same SDK.

When replacing it, I took the following steps,

Removed the SDK linker command file reference from the Properties->Build->ARM Linker->file search path.

Copied the file referenced in the previous step to my project_loc root.

Added this file to the Linker Command File entry in the field: Properties->General.

After this, I try to rebuild the project, but it misses the 'ICALL_STACK0_ADDR' definition.

For this reason, I have added all definitions from the stack's ccs_compiler_defines.bcfg file to my Application's Properties->Build->ARM Linker->Advanced Options-> Command File Preprocessing macro's.

Is there a way where I do not have to manually add these definitions and just use the ccs_compiler_defines.bcfg file again without using the SDK's linker command script?

Thanks,


Viewing all articles
Browse latest Browse all 262198

Trending Articles