Embedded Target for Texas Instruments C6000 DSPs | ![]() ![]() |
Linker Command File
After migrating your memory sections and segment, and your hardware interrupt vector table to the configuration file, building with hte DSP/BIOS option creates a compound linker command file. Since DSP/BIOS only allows one command file per project, and your linker file may comprise command options that did not move the the DSP/BIOS configuration, Embedded Target for TI C6000 DSP uses compound command files. Compound command files work to let your project use more than one command file.
By starting your original linker command file with the statement
added as the first line in the file, your DSP/BIOS enabled project uses both your original linker command file and the DSP/BIOS command file. You get the features provide by DSP/BIOS as well as the custom command directives you need.
![]() | Hardware Interrupt Vector Table | Code Generation with DSP/BIOS | ![]() |