Startup routine that The Renesas integrated development environment (IDE) for RX Family supplies is as follows:
Table 8.1 | List of Programs Created in Integrated Development Environment |
|
|
|
(a)
|
resetprg.c
|
Initial setting routine (reset vector function)
|
(b)
|
intprg.c
|
Vector function definitions
|
(c)
|
vecttbl.c
|
Fixed vector table*1
|
(d)
|
dbsct.c
|
Section initialization processing (table)
|
(e)
|
lowsrc.c
|
Low-level interface routine (C language part)
|
(f)
|
lowlvl.src
|
Low-level interface routine (assembly language part)
|
(g)
|
sbrk.c
|
Low-level interface routine (sbrk function)
|
(h)
|
typedefine.h
|
Type definition header
|
(i)
|
vect.h
|
Vector function header
|
(j)
|
stacksct.h
|
Stack size settings
|
(k)
|
lowsrc.h
|
Low-level interface routine (C language header)
|
(l)
|
sbrk.h
|
Low-level interface routine (sbrk function header)
|
Notes 1. | This is for the RXv1 instruction-set architecture.
For an RX instruction-set architecture other than the RXv1 instruction-set architecture, this becomes the "exception vector table". |