/****************************************************************************/ /* C6748.cmd */ /* Copyright (c) 2010 Texas Instruments Incorporated */ /* Author: Rafael de Souza */ /* */ /* Description: This file is a sample linker command file that can be */ /* used for linking programs built with the C compiler and */ /* running the resulting .out file on a C6748 */ /* device. Use it as a guideline. You will want to */ /* change the memory layout to match your specific C6xxx */ /* target system. You may want to change the allocation */ /* scheme according to the size of your program. */ /* */ /****************************************************************************/ SECTIONS { .knl: { *.*(.text:*ti_sysbios_knl*) } > IRAM .hwi: { *.*(.text:*ti_sysbios*_Hwi_*) } > IROM .sysbios: { *.*(.text:*ti_sysbios*) } > IRAM }