DataSheet.es    


PDF HT82K68A Data sheet ( Hoja de datos )

Número de pieza HT82K68A
Descripción Multimedia Keyboard Encoder Body
Fabricantes Holtek Semiconductor Inc 
Logotipo Holtek Semiconductor Inc Logotipo



Hay una vista previa y un enlace de descarga de HT82K68A (archivo pdf) en la parte inferior de esta página.


Total 30 Páginas

No Preview Available ! HT82K68A Hoja de datos, Descripción, Manual

Preliminary
HT82K68A
Multimedia Keyboard Encoder Body
Features
· Operating voltage: 2.2V~5.5V
· 34(42-pin)/32(40-pin) bidirectional I/O lines
· One 8-bit programmable timer counter with
overflow interrupts
· Crystal or RC oscillator
· Watchdog Timer
· 3K´16 program ROM
· 160´8 data RAM
· HALT function and wake-up feature reduce
power consumption
· Six-level subroutine nesting
· Bit manipulation instructions
· 16-bit table read instructions
· 63 powerful instructions
· All instructions in 1 or 2 machine cycles
· 40-pin DIP/42-pin DIP/DICE form package
General Description
The HT82K68A is an 8-bit high performance
peripheral interface IC, designed for multiple
I/O products and multimedia applications. It
supports interface to a low speed PC with
multimedia keyboard or wireless keyboard in
Windows 95, Windows 98 or Windows 2000 en-
vironment. A HALT feature is included to re-
duce power consumption.
1 April 20, 2000

1 page




HT82K68A pdf
Preliminary
HT82K68A
D.C. Characteristics
Ta=25°C
Symbol
Parameter
VDD
IDD1
Operating Voltage
Operating Current
(Crystal OSC)
Test Conditions
VDD
Conditions
¾¾
3V
No load, fSYS= 2MHz
5V
IDD2
Operating Current
(RC OSC)
3V
No load, fSYS= 2MHz
5V
ISTB1
Standby Current
(WDT enabled)
3V
No load, system HALT
5V
ISTB2
Standby Current
(WDT Disabled)
3V
No load, system HALT
5V
VIL
Input Low Voltage for
I/O Ports
3V
5V
¾
¾
VIH
Input High Voltage for
I/O Ports
3V
5V
¾
¾
VIL1
Input Low Voltage
(RESET)
3V
5V
¾
¾
VIH1
Input High Voltage
(RESET)
3V
5V
¾
¾
IOL
I/O Port Sink Current
5V VOL= 0.5V
IOH I/O Port Source Current 5V VOH= 4.5V
ILED
LED Sink Current
(SCR, NUM, CAP)
5V VOL=3.2V
tPOR
RPH
Power-on Reset Time
Internal Pull-high
Resistance of PA, PB, PC,
PD, PE Port
5V
5V
¾
¾
RPH1
Internal Pull-high
Resistance of DATA, CLK
5V
¾
Df/f Frequency Variation
5V Crystal
Df/f1
Frequency Variation
5V RC
Min. Typ. Max. Unit
2.2 ¾ 5.5 V
¾ 0.7 1.5 mA
¾2
5 mA
¾ 0.5 1 mA
¾2
5 mA
¾¾
8 mA
¾ ¾ 15 mA
¾¾
3 mA
¾¾
6 mA
0 ¾ 0.9 V
0 ¾ 1.5 V
2.1 ¾ 3 V
3.5 ¾ 5 V
0 ¾ 0.7 V
0 ¾ 1.3 V
2.4 ¾ 3 V
4.0 ¾ 5 V
7 12 ¾ mA
-2.5 -4.5 ¾ mA
10 14 18 mA
120 150 180 ms
5 12 20 kW
2 4.7 8 kW
¾ ¾ ±1 %
¾ ¾ ±10 %
5 April 20, 2000

5 Page





HT82K68A arduino
Preliminary
HT82K68A
Interrupt
The HT82K68A provides an internal timer
counter interrupt. The interrupt control regis-
ter (INTC;0BH) contains the interrupt control
bits to set not only the enable/disable status but
also the interrupt request flags.
Once an interrupt subroutine is serviced, all
other interrupts will be blocked (by clearing the
EMI bit). This scheme may prevent any further
interrupt nesting. Other interrupt requests may
occur during this interval but only the interrupt
request flag is recorded. If a certain interrupt re-
quires servicing within the service routine, the
EMI bit and the corresponding bit of the INTC
may be set to allow interrupt nesting. If the
stack is full, the interrupt request will not be ac-
knowledged, even if the related interrupt is en-
abled, until the SP is decremented. If immediate
service is desired, the stack must be prevented
from becoming full.
All these kinds of interrupt have the wake-up
capability. As an interrupt is serviced, a control
transfer occurs by pushing the program counter
onto the stack followed by a branch to a subrou-
tine at the specified location in the program
memory. Only the program counter is pushed
onto the stack. If the contents of the register and
Status register (STATUS) are altered by the in-
terrupt service program which corrupt the de-
sired control sequence, the contents should be
saved in advance.
The internal timer counter interrupt is initialized
by setting the timer counter interrupt request
flag (T0F; bit 5 of INTC), which is normally
caused by a timer counter overflow. When the in-
terrupt is enabled, and the stack is not full and
the T0F bit is set, a subroutine call to location
08H will occur. The related interrupt request flag
(T0F) will be reset and the EMI bit cleared to dis-
able further interrupts.
During the execution of an interrupt subroutine,
other interrupt acknowledgements are held un-
til the RETI instruction is executed or the EMI
bit and the related interrupt control bit are set to
1 (if the stack is not full). To return from the in-
terrupt subroutine, a RET or RETI instruction
may be invoked. RETI will set the EMI bit to en-
able an interrupt service, but RET will not.
Interrupts occurring in the interval between
the rising edges of two consecutive T2 pulses,
Labels
C
AC
Z
OV
PD
TO
¾
¾
Bits
0
1
2
3
4
5
6
7
Function
C is set if the operation results in a carry during an addition operation or if a bor-
row does not take place during a subtraction operation; otherwise C is cleared. C
is also affected by a rotate through carry instruction.
AC is set if the operation results in a carry out of the low nibbles in addition or if
no borrow from the high nibble into the low nibble in subtraction; otherwise AC
is cleared.
Z is set if the result of an arithmetic or logic operation is zero; otherwise Z is
cleared.
OV is set if the operation results in a carry into the highest-order bit but not a
carry out of the highest-order bit, or vice versa; otherwise OV is cleared.
PD is cleared when either a system power-up or executing the CLR WDT in-
struction. PD is set by executing the HALT instruction.
TO is cleared by a system power-up or executing the CLR WDT or HALT in-
struction. TO is set by a WDT time-out.
Undefined, read as "0"
Undefined, read as "0"
Status register
11 April 20, 2000

11 Page







PáginasTotal 30 Páginas
PDF Descargar[ Datasheet HT82K68A.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
HT82K68Multimedia Keyboard Encoder OTPHoltek Semiconductor Inc
Holtek Semiconductor Inc
HT82K68AMultimedia Keyboard Encoder BodyHoltek Semiconductor Inc
Holtek Semiconductor Inc
HT82K68EMultimedia Keyboard Encoder OTPHoltek Semiconductor Inc
Holtek Semiconductor Inc

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar