Example 11. Linker Command File for Example 10

/*****************************************************/ /* PARTIAL LINKER COMMAND FILE FOR FIR EXAMPLE */ /*****************************************************/ MEMORY { MEM1: origin = 0x2000, length 0x0500 MEM2: origin = 0x3000, length 0x0500 } SECTIONS { .text: load = MEM1 .fir: load = MEM2, run = MEM1 }
Figure 8-3 Run-Time Execution of Example 10runtime_exe_lau131.gif

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