Part Number: TMS570LS1224
Hi,
Context
I'm building an application that will be included with a bootloader.
Therefore I need to offset this application with the linker file (sys_link.cmd).
To achieve this, In code composer studio, I made 3 configurations
- Debug
- Release
- Relase_bootloader
My plan is to have 2 linker files:
- One normal linker file for the Debug and Release configuration
- One offseted linker file for the Release_bootloader configuration
Problem:
I can't find a way to specifiy a cmd file for a specific configuration.
I found the following in a 2010 e2e forum answer:
> "You can also specify a cmd file in the CCS Build Properties (right-click on project and the select CCS Build in the left panel, then see the Linker Command File field)."
But I cannot find this build property.
Is this configuration options still valid?
Thanks,
Gabriel