Epson S1C17M20 Technical Manual page 317

Cmos 16-bit single chip microcontroller
Table of Contents

Advertisement

APPENDIX E 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 memory read cycles.
(See the "Memory and Bus" chapter.)
AP-E-2
Seiko Epson Corporation
S1C17M20/M21/M22/M23/M24/M25
TECHNICAL MANUAL (Rev. 1.0)

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

S1c17m25S1c17m21S1c17m22S1c17m23S1c17m24

Table of Contents