20-101-0732 Rabbit Semiconductor, 20-101-0732 Datasheet - Page 106

no-image

20-101-0732

Manufacturer Part Number
20-101-0732
Description
INTERFACE SMART SCREEN OP7100
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-101-0732

Module/board Type
Single Board Computer Module
For Use With/related Products
OP7100
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
20-101-732
20-101-732
Interrupt Vectors
Table C-5 presents a suggested interrupt vector map. Most of these
interrupt vectors can be altered under program control. The addresses are
given here in hex, relative to the start of the interrupt vector page, as
determined by the contents of the I-register. These are the default interrupt
vectors set by the boot code in the Dynamic C EPROM.
To “vector” an interrupt to a user function in Dynamic C, use a directive
such as the following.
The above example causes the interrupt at offset 0x10 (Serial Port 1 of the
Z180) to invoke the function
declared with the
106
0x00
0x02
0x04
0x06
0x08
0x0A
0x0C
0x0E
0x10
Address
Memory, I/O Map, and Interrupt Vectors
#INT _ VEC 0x10 myfunction
interrupt myfunction() {
}
Table C-5. Interrupt Vectors for Z180 Internal Devices
Refer to the Dynamic C manuals for further details on interrupt
functions.
...
INT0
INT1_VEC
INT2_VEC
PRT0_VEC
PRT1_VEC
DMA0_VEC
DMA1_VEC
CSI/O_VEC
SER0_VEC
SER1_VEC
interrupt
Name
myfunction()
keyword, as shown below.
Available for use.
Used for power-failure detection
Reserved for Development Board (CM7100),
not available for use on CM7200
PRT
PRT
DMA
DMA
Available for programming (CM7200), not
available for use on CM7100
Asynchronous Serial Port Channel 0
Asynchronous Serial Port Channel 1
Timer Channel 0
Timer Channel 1
Channel 0
Channel 1
. The function must be
Description
OP7100

Related parts for 20-101-0732