s5u1c17001c Epson Electronics America, Inc., s5u1c17001c Datasheet - Page 246

no-image

s5u1c17001c

Manufacturer Part Number
s5u1c17001c
Description
Cmos 16-bit Application Specific Controller
Manufacturer
Epson Electronics America, Inc.
Datasheet
5 GNU17 IDE
(__START_textu2_lma)
(__START_textu1_lma)
Note: Locating the .textu1 and .textu2 sections preceding a .rodata section with (for example)
5-140
(__START_data_lma)
}
Shown below are the section locations and file configurations.
The routine for transferring the program from ROM to RAM should be created within main.c.
(__START_rodata)
.rodata __END_text :
/* load address symbols */
__START_data_lma = LOADADDR( .data );
__END_data_lma = __START_data_lma + SIZEOF( .data );
__START_textu1_lma = LOADADDR( .textu1 );
__END_textu1_lma = __START_textu1_lma + SIZEOF( .textu1 );
__START_textu2_lma = LOADADDR( .textu2 );
__END_textu2_lma = __START_textu2_lma + SIZEOF( .textu2 );
(__START_text)
no LMA specified will result in positioning the .rodata section behind the end VMA address of
the .textu2 section. Do not locate any VMA-only sections behind LMA ≠ VMA sections.
}
{
}
C:/EPSON/gnu17/lib/24bit/libstdio.a(.text)
C:/EPSON/gnu17/lib/24bit/libc.a(.text)
C:/EPSON/gnu17/lib/24bit/libgcc.a(.text)
C:/EPSON/gnu17/lib/24bit/libc.a(.text)
__END_text = . ;
__START_rodata = . ;
func1.o(.rodata)
func2.o(.rodata)
main.o(.rodata)
C:/EPSON/gnu17/lib/24bit/libstdio.a(.rodata)
C:/EPSON/gnu17/lib/24bit/libc.a(.rodata)
C:/EPSON/gnu17/lib/24bit/libgcc.a(.rodata)
C:/EPSON/gnu17/lib/24bit/libc.a(.rodata)
__END_rodata = . ;
0x008000
0x000000
func2.o – .rodata
func1.o – .rodata
library – .rodata
main.o – .rodata
boot.o – .rodata
func2.o – .data
func1.o – .data
func2.o – .text
func1.o – .text
main.o – .data
boot.o – .data
library – .text
main.o – .text
boot.o – .text
LMA
Figure 5.7.6.9 Example of s section location 4
.textu2
section
.textu1
section
.data
section
.rodata
section
.text
section
.vector
section
No sections/files
located here
EPSON
(__START_textu1)
(__START_data)
(C COMPILER PACKAGE FOR S1C17 FAMILY) (Ver. 1.1)
0x000000
.textu1 section
func2.o – .data
func1.o – .data
main.o – .data
func1.o – .text
func2.o – .bss
func1.o – .bss
boot.o – .data
library – .bss
main.o – .bss
boot.o – .bss
VMA
S5U1C17001C MANUAL
.data
section
.bss
section
.textu2 section
func2.o – .text

Related parts for s5u1c17001c