Z16C3516VSG Zilog, Z16C3516VSG Datasheet - Page 118

IC 16MHZ Z8500 CMOS ISCC 68-PLCC

Z16C3516VSG

Manufacturer Part Number
Z16C3516VSG
Description
IC 16MHZ Z8500 CMOS ISCC 68-PLCC
Manufacturer
Zilog
Series
IUSC™r
Datasheets

Specifications of Z16C3516VSG

Controller Type
Serial Communications Controller (SCC)
Interface
USB
Voltage - Supply
4.75 V ~ 5.25 V
Current - Supply
50mA
Operating Temperature
0°C ~ 70°C
Mounting Type
Surface Mount
Package / Case
68-LCC (J-Lead)
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
269-4690-5
Z16C3516VSG

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
Z16C3516VSG
Manufacturer:
INTEL
Quantity:
6 219
Part Number:
Z16C3516VSG
Manufacturer:
Zilog
Quantity:
10 000
Application Note
Interfacing Z80
SOFTWARE CONSIDERATIONS - POLLED OPERATION
There are several options available for servicing interrupts
on the Z8500 peripherals. Since the vector of IP registers
can be read at any time, software can be used to emulate
the Z80 interrupt response. The interrupt vector read
reflects the interrupt status condition even if the device is
Z80 Vector Interrupt Response, Emulation by
Software
;This code emulates the Z80 vector interrupt
;operation by reading the device interrupt
;vector and forming an address from a vector
;table. It then executes an indirect jump to
;the interrupt service routine.
INDX: LD
VECTAB:
6-22
OUT
IN
INC
RET
AND
LD
LD
LD
ADD
LD
INC
LD
LD
JP
DEFW
DEFW
DEFW
DEFW
DEFW
DEFW
DEFW
DEFW
®
CPUs to the Z8500 Peripheral Family
A,CIVREG
(CTRL), A
A, (CTRL)
A
Z
00001110B
E,A
D,0
HL,VECTAB
HL,DE
A, (HL)
HL
H, (HL)
L,A
(HL)
INT1
INT2
INT3
INT4
INT5
INT6
INT7
INT8
;WRITE REG. PTR.
;READ VECT. REG.
;VALID VECTOR?
;NO INT - RETURN
;MASK OTHER BITS
;FORM INDEX VALUE
;ADD VECT. TABLE ADDR.
;GET LOW BYTE
;GET HIGH BYTE
;FORM ROUTINE ADDR.
;JUMP TO IT
;CURRENT INT. VECT. REG
programmed to return to vector that does not reflect the
status change (SAV or VIS is not set). The code below is
a simple software routine that emulates the Z80 vector
response operation.
UM011001-0601

Related parts for Z16C3516VSG