Epson S5U1C17001C Manual page 260

Cmos 16-bit single chip microcontroller (c compiler package for s1c17 family) (ver. 3.2)
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

Software Development Flowchart
Linker script file
File.x
Linker symbol file
command file
File.ini
MAP file
GNU17V3 IDE
Assembbly
C source file
source file
File.c
File.s
C compiler
xgcc
cpp
cc1
File.s
Assembler
Librarian
ar
as
File.ini
File.o
object file
File.a
Linker
ld
Executable
File.map
File.elf
file
Debugger
gdb
ICDmini3
converter sconv32
Target
PSA file
Board
(ROM data)
ANSI library
Emulation library
Simulated I/O library
libc.a
libg.a
libgcc.a
Object data
translator
objcopy
File.sa
ROM area data
utility moto2ff
File.ini
File.saf
Motorola S
Function option
generator winfog17
File.psa
File.fdc
Data checker
winmdc17
PA file
File.PA
(Data to be submitted)
SEIKO EPSON
1. Creating a project
Use the IDE to create a new project or importing an existing
project.
2. Editing source files
Edit resources such as the sources using the IDE editor or a
general-purpose editor.
3. Building (Compile, Assemble, Link)
3-1) Edit the build options and linker script in the IDE project.
3-2) Execute the build using the IDE. The C Compiler (xgcc),
assembler (as), and linker ld are executed in sequence by the
builder to generate an executable object file (.elf).
4. Debugging
4-1) Edit the command file to be executed at gdb startup in
the IDE.
4-2) Start up the debugger gdb from the IDE.
4-3) Debugging the program using the IDE.
5. PA file (Data to be submitted) creation
When program development is completed, create the data to
be submitted.
5-1) Create the PSA file (ROM data) using objcopy,
moto2ff, and sconv32.
5-2) Create the FDC file (Function option document) using
winfog17
5-3) Pack the PSA and FDC files into a single PA file using
winmdc17.
5-4) Submit the created PA file to Seiko Epson.
Development Tools

Advertisement

Table of Contents
loading

Table of Contents