NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Linker CMD Files for CCS

From Texas Instruments Wiki
Jump to: navigation, search

IMPORTANT: CCSv5.2 and newer adds all the information present on this page for all the supported devices.



Introduction[edit]

This page contains Linker command files to be used in Code Composer Studio projects.
These files are provided as-is without support.

Usage:[edit]

1. Download the file corresponding to your device
2. Extract the file anywhere in your system
3. Link or Add it to your project. From within CCS, right-click in your project and select either Link files or Add files


Notes:
  • These files were verified to work in the development boards of the devices below. However, if your board has a different memory configuration you may need to edit the files. In this case, carefully inspect the MEMORY and SECTIONS directives.
MEMORY defines names for physical memory address regions
SECTIONS assigns each piece of code or data to a MEMORY name
  • These files do not define a size for stack and heap memory, thus requiring you to specify their sizes using the linker options --stack_size and --heap_size.
  • Where applicable, these files allocate all SECTIONS to Internal RAM. Depending on your application the space may be insufficient. Please modify the files accordingly to move large SECTIONS to External RAM but don't forget you will have to properly initialize it with a suitable GEL File for your board (provided by your board manufacturer).


A practical guide for everything related to Linker CMD files can be found at:
Linker Command File Primer
Refer to the Linker section of the Assembly Language Tools user's guide relative to your device. Links to these documents can be found at:
Before asking for CGT support

Device Families[edit]

Integra[edit]

C6A816x. All sections are allocated to external RAM memory. A GEL file is required from the board manufacturer.
OMAPL137
OMAPL138



Sitara[edit]

AM1707
AM1808
AM335x
AM3715. Use the Linker CMD file for DM3730 below. Same restrictions apply.
AM389x



DaVinci[edit]

DM355. All sections are allocated to external RAM memory. A GEL file is required (provided with CCS).
DM357. All sections are allocated to external RAM memory. A GEL file is required (provided with CCS).
DM365. All sections are allocated to external RAM memory. A GEL file is required (provided with CCS).
DM3730. All sections are allocated to external RAM memory. A GEL file is required (available here).
DM6437. All sections are allocated to internal SRAM memory. A GEL file is required (provided with CCS).
DM6446. All sections are allocated to external RAM memory. A GEL file is required (provided with CCS).
DM6467. All sections are allocated to external RAM memory. A GEL file is required (provided with CCS).
OMAP3530. All sections are allocated to external RAM memory. A GEL file is required (provided with CCS).
DM814x. All sections are allocated to external RAM memory. A GEL file is required from the board manufacturer (check the package Diagnostics Software).
DM816x. Use the Linker CMD file for C6A816x above. Same restrictions apply.



OMAP[edit]

OMAP4430. All sections are allocated to internal RAM (L3).



C6000[edit]

C6416
C6424 Includes cmd file, GEL file and sample code for the C6424 EVM from Spectrum Digital
C6455
C6472 Segmented memory model. Requires defining the core (CORE0, CORE1, etc.) via project linker options (-dCORE0, -dCORE1, etc). For details, check the page Project Build Configurations.
C6472 Unified memory model
C6474 Segmented memory model. Requires defining the core (CORE0, CORE1, etc.) via project linker options (-dCORE0, -dCORE1, etc). For details, check the page Project Build Configurations.
C6474 Unified memory model
C6678 Segmented memory model. Requires defining the core (CORE0, CORE1, etc.) via project linker options (-dCORE0, -dCORE1, etc). For details, check the page Project Build Configurations.
C6678 Unified memory model
C6713
C6747
C6748



C5000[edit]

C5402
C5402 with blocked memory
C5409
C5409 with blocked memory
C5410
C5410 with blocked memory
C5416
C5416 with blocked memory
C5502
C5505
C5510



E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article Linker CMD Files for CCS here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article Linker CMD Files for CCS here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article Linker CMD Files for CCS here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article Linker CMD Files for CCS here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article Linker CMD Files for CCS here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article Linker CMD Files for CCS here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article Linker CMD Files for CCS here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article Linker CMD Files for CCS here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article Linker CMD Files for CCS here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity