Overlay Pages
7-51
Linker Description
Within a page, you can bind output sections or use named memory areas in
the usual way. In Example 7–11, S1 could have been allocated:
S1 : load = 01200h, page = 1 { . . . }
This binds S1 at address 1200h in page 1. You can also use page as a qualifier
on the address. For example:
S1 : load = (01200h PAGE 1) { . . . }
If you do not specify any binding or named memory range for the section, the
linker allocates the section into the page wherever it can (just as it normally
does with a single memory space). For example, S2 could also be specified
as:
S2 : PAGE 2 { . . . }
Because OVR_MEM is the only memory on page 2, it is not necessary (but
acceptable) to specify = OVR_MEM for the section.
7.11.3 Page Definition Syntax
To specify overlay pages as illustrated in Example 7–10 and Example 7–11,
use the following syntax for the MEMORY directive:
MEMORY
{
PAGE 0 :
name 1 [(attr)] : origin = constant , length = constant;
PAGE
n : name n [(attr)] : origin = constant , length = constant;
}
Each page is introduced by the keyword PAGE and a page number, followed
by a colon and a list of memory ranges the page contains. Bold portions must
be entered as shown. Memory ranges are specified in the normal way. You can
define up to 255 overlay pages.
Because each page represents a completely independent address space,
memory ranges on different pages can have the same name. Configured
memory on any page can overlap configured memory on any other page.
Within a single page, however, all memory ranges must have unique names
and must not overlap.
Summary of Contents for TMS320C54x
Page 38: ......
Page 39: ......
Page 40: ......
Page 41: ......
Page 42: ......
Page 43: ......
Page 44: ......
Page 45: ......
Page 46: ......
Page 47: ......
Page 48: ......
Page 49: ......
Page 50: ......
Page 51: ......
Page 52: ......
Page 53: ......
Page 54: ......
Page 55: ......
Page 56: ......
Page 57: ......
Page 58: ......
Page 59: ......
Page 60: ......
Page 61: ......
Page 62: ......
Page 276: ......
Page 277: ......
Page 278: ......
Page 279: ......
Page 280: ......
Page 281: ......
Page 282: ......
Page 283: ......
Page 284: ......
Page 285: ......
Page 286: ......
Page 287: ......
Page 288: ......
Page 289: ......
Page 290: ......
Page 291: ......
Page 292: ......
Page 293: ......
Page 294: ......
Page 295: ......
Page 296: ......
Page 297: ......
Page 298: ......
Page 299: ......
Page 300: ......
Page 301: ......
Page 302: ......