
II-2
EPSON
S1C88348/317/316/308 TECHNICAL SOFTWARE
1 SYSTEM INITIALIZATION
1 SYSTEM INITIALIZATION
I/O Map
Refer to the peripheral circuit descriptions in this manual.
Model
S1C88348
S1C88317
S1C88316
S1C88308
Internal ROM
48K bytes
16K bytes
8K bytes
Internal RAM
2K bytes
256 bytes
Input port
10 bits
9 bits
Output port*1
9 bits
5 bits
LCD segment*2
1,632 (Max.)
1,312 (Max.)
Bus authority release function
Available
Not available
*
1 The terminals common to the external bus are excluded.
*
2 Maximum number of drive segment when the 32 commons is selected.
Specification
Initialization for S1C88316 single chip mode
mainrt: Initialization for S1C88316 single chip mode
Settings of the base register, CPU mode, CE output, stack page, stack pointer, wait and bus authority
release signal and clearing of RAM (display memory included) are done sequentially.
Flowchart
Initialization for S1C88316 single chip mode
Notes
(1) Interrupts have been set to their initial status (all disabled) except for the watchdog timer (NMI)
interrupt which cannot be masked.
(2) Be sure to declare the watchdog timer (NMI) interrupt processing routine and the vector address,
regardless of whether or not the watchdog timer is used.
(3) For peripheral circuit initialization, you must create a separate routine according to the system
configuration to be used. (external call: initialize)
(4) For the interrupt flags (I0 and I1), set them to adapt to the interrupt factor and priority level of the
peripheral I/O that will be enabled.
(5) When using the peripheral I/O interrupt, declare the front address of the peripheral I/O interrupt
processing routine in a vector address corresponding to the interrupt in the order of lower and upper.
(Vector address: 000006H–000023H)
(6) Vector addresses 000026H–0000FFH can be set for software interrupts. In this case as well as the
above, declare the front address of the software interrupt processing routine in a vector address of the
software interrupt in the order of lower and upper.
(7) The vector addresses 000024H and 000025H cannot be used since this is a system reserved area.
(8) In this initialization routine example, the vector address setting and program have been allocated
from 000100H for the sake of convenience.
Note: Internal RAM addresses and capacity of other models are as follows:
S1C88348/317: 00F000H–00F7FFH (2K bytes)
S1C88308:
00F000H–00F0FFH (256 bytes)
mainrt
(BR setting)
System controller settings
Stack page setting
Stack pointer setting
BR
← 0FFH (BR area = 00FFxxH)
Single chip mode, CE3–CE0 disabled
SPP
← Page 0
SP
← 00F800H (S1C88316)
Clears CPU internal registers
Clears internal RAM
Clears display memory
initialize
user_program
BA, HL, IX registers
← 0 clear
00F000H–00F7FFH
← 0 clear
00F800H–00FD42H
← 0 clear
Initialization for peripheral circuits