Epson S1C17624 Technical Manual page 360

Cmos 16-bit single chip microcontroller
Table of Contents

Advertisement

aPPenDiX D iniTialiZaTiOn ROuTine
; ======================================================================
;
Interrupt handler
; ======================================================================
; ----- Address unalign -------------------------
unalign_handler:
...
; ----- NMI -------------------------------------
nmi_handler:
...
(1) A ".rodata" section is declared to locate the vector table in the ".vector" section.
(2) Interrupt handler routine addresses are defined as vectors.
"intXX_handler" can be used for software interrupts.
(3) The program code is written in the ".text" section.
(4) Sets the stack pointer.
(5) Sets the number of Flash controller access cycles.
Can be set to 1-cycle access for S1C17624/604/622/602/621.
(See the "Memory Map" chapter.)
aP-D-2
Seiko epson Corporation
S1C17624/604/622/602/621 TeChniCal Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

S1c17604S1c17622S1c17602S1c17621

Table of Contents