Download TASKING VX-toolset for ARM User Guide
Transcript
TASKING VX-toolset for ARM User Guide
allow_cross_references
load_addr
mem
run_addr
mem
page
page_size
priority
select
stack
size
heap
size
reserved
size
attributes
r w x
fill
alloc_allowed absolute ranged
copytable
section
size
blocksize
attributes
r w x
fill
overflow
if
else
17.8.1. Defining a Section Layout
With the keyword section_layout you define a section layout for exactly one address space. In the
section layout you can specify how input sections are placed in the address space, relative to each other,
and what the absolute run and load addresses of each section will be.
You can define one or more section definitions. Each section definition arranges the sections in one
address space. You can precede the address space name with a processor name and/or core name,
separated by colons. You can omit the processor name and/or the core name if only one processor is
defined and/or only one core is present in the processor. A reference to a space in the only core of the
only processor in the system would look like "::my_space". A reference to a space of the only core on
a specific processor in the system could be "my_chip::my_space". The next example shows a section
definition for sections in the my_space address space of the processor called my_chip:
section_layout my_chip::my_space ( locate_direction )
{
section statements
}
884
Related documents
TASKING VX-toolset for ARM User Guide
v1.1 ARM Tools Reference
Using the ARM Embedded Tools
STM32 USB-FS-Device development kit
TR0131 ARM Embedded Tools Reference
A8810-0 - Obvius
TR114™ PCI Digital Hardware Guide
ISC End Station User`s Manual - DCC
Operational Safety Procedure Form
ISC End Station User`s Manual - DCC
User`s manual control unit CCMon10
EFM32LG-STK3600 Leopard Gecko Starter Kit User`s