Example 11. Linker Command File for Example 10

/* PARTIAL LINKER COMMAND FILE FOR FIR EXAMPLE */ MEMORY { FAST_MEM : origin = 0x00001000, length = 0x00001000 SLOW_MEM : origin = 0x10000000, length = 0x00001000 } SECTIONS { .text: load = FAST_MEM .fir: load = SLOW_MEM, run FAST_MEM }
Figure 8-3 Run-Time Execution of Example 10TMS320C6000 runtime_exe_tdz075.gif

See Section 8.6.1 for information about referring to linker symbols in C/C++ code.