Electronic Components Datasheet Search
  English  ▼

X  

AN3350 Datasheet(PDF) 78 Page - STMicroelectronics

Part # AN3350
Description  eTPU compiler tools
PDF  185 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

AN3350 Datasheet(HTML) 78 Page - STMicroelectronics

Back Button AN3350 Datasheet HTML 74Page - STMicroelectronics AN3350 Datasheet HTML 75Page - STMicroelectronics AN3350 Datasheet HTML 76Page - STMicroelectronics AN3350 Datasheet HTML 77Page - STMicroelectronics AN3350 Datasheet HTML 78Page - STMicroelectronics AN3350 Datasheet HTML 79Page - STMicroelectronics AN3350 Datasheet HTML 80Page - STMicroelectronics AN3350 Datasheet HTML 81Page - STMicroelectronics AN3350 Datasheet HTML 82Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 78 / 185 page
background image
Working with the ELF linker
AN3350
78/185
Doc ID 018512 Rev 2
segment_2 (RX): ORIGIN = 0x801000, LENGTH = 0x19000
}
The (RWX) portion specifies these ELF flags:
R
— read
W
— write
X
— executable code
ORIGIN
represents the memory segment’s start address. The address may also denote the
relevant memory space (c:0x800000), if the memory space is omitted, then the memory
space is determined according to the ELF flags.
LENGTH
represents the memory segment’s size.
Note:
If you cannot predict how much space a segment requires, you can use the function AFTER
and LENGTH = 0 (unlimited length) to have the linker automatically fill in the unknown
values.
11.2.2
Sections segment
The sections segment defines the contents of memory segments and defines global
symbols used in the output file. Section 11.4.8: SECTIONS explains this segment type.
Example 13 shows an example SECTIONS segment.
Example 13 Example SECTIONS segment
SECTIONS {
.section_name :
//the section name is for your reference
{
//the section name must begin with a '.'
filename.o (.text) //put the .text section from filename.o
filename2.o (.text) //then the .text section from filename2.o
. = ALIGN (0x10);
//align next section on 16-byte boundary.
} > segment_1
//this means "map these contents to
segment_1"
.next_section_name:
{
(more content descriptions)
} > segment_x
// end of .next_section_name
definition}
// end of the sections block
11.2.3
Closure blocks
The linker can automatically remove unused code and data (see Section 11.3.4: Dead strip
prevention). Sometimes, however, certain symbols must be kept in output files, even if code
does not directly reference those symbols. For example, interrupt handlers are usually
linked at special addresses without any explicit jumps to transfer control to these addresses.



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100  ...More


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com