DataSheet.es    


PDF HT95R33 Data sheet ( Hoja de datos )

Número de pieza HT95R33
Descripción I/O Type Phone 8-Bit MCU
Fabricantes Holtek Semiconductor 
Logotipo Holtek Semiconductor Logotipo



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


Total 30 Páginas

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

www.DataSheet4U.com
HT95R33
I/O Type Phone 8-bit MCU with DTMF Receiver
Technical Document
· Tools Information
· FAQs
· Application Note
- HA0075E MCU Reset and Oscillator Circuits Application Note
Features
· Operating voltage at fSYS= 3.58MHz: 2.2V~5.5V
· 4K´16 OTP type Program Memory
· 1152´8 Data Memory
· 26 bidirectional I/Os with pull-high options
· 2 NMOS output-only lines
· External interrupt input
· Dual 16-bit timers with interrupts
· Timer external input
· 8-level stack
· 32768Hz system oscillator
· 32768Hz to 3.58MHz frequency-up PLL circuit
· Real time clock function
· Watchdog timer function
· PFD driver output
· DTMF generator
· DTMF receiver
· Power-down and wake-up feature for power-saving
operation: Idle mode, Sleep mode, Green mode and
normal mode
· Up to 1.117ms instruction cycle with 3.58MHz system
clock at VDD=2.2V~5.5V
· Bit manipulation instructions
· Table read function
· 63 powerful instructions
· All instructions executed in 1 or 2 machine cycles
· Low voltage reset function
· Supported by comprehensive suite of hardware and
software tools
· 48-pin SSOP package
General Description
The HT95R33 MCU is an 8-bit high performance, RISC
architecture microcontroller device specially designed
for telephone applications. Device flexibility is en-
hanced with their internal special features such as
power-down and wake-up functions, DTMF generator,
DTMF receiver, PFD driver, etc. These features com-
bine to ensure applications require a minimum of exter-
nal components and therefore reduce overall product
costs.
Having the advantages of low-power consumption,
high-performance, I/O flexibility as well as low-cost,
these devices have the versatility to suit a wide range of
application possibilities such as deluxe feature phone,
cordless phones, fax and answering machines, etc.
The device is best suited for phone products that com-
ply with versatile dialer specification requirements for
different areas or countries. The device is fully sup-
ported by the Holtek range of fully functional develop-
ment and programming tools, providing a means for fast
and efficient product development cycles.
Rev. 1.00
1 May 21, 2008

1 page




HT95R33 pdf
www.DataSheet4U.com
HT95R33
Symbol
Parameter
DTMF Receiver
RIN Input Impedance (VP, VN)
IOL3 Sink Current (EST)
IOH3 Source Current (EST)
Low-voltage Reset
VLVR1 Low Voltage Reset 1
VLVR2 Low Voltage Reset 2
VLVR3 Low Voltage Reset 3
Test Conditions
VDD Conditions
5V
5V VOUT= 0.5V
5V VOUT= 4.5V
¾
¾ Configuration option= 4.2V
¾ Configuration option= 3.15V
¾ Configuration option= 2.1V
Min. Typ. Max. Unit
¾ 10 ¾ MW
1 2.5 ¾ mA
-0.4 -0.8 ¾ mA
3.98
2.98
1.98
4.2
3.15
2.1
4.42
3.32
2.22
V
V
V
A.C. Characteristics
Ta=25°C
Symbol
General
Parameter
Test Conditions
VDD Conditions
Min.
fSYS1
System Clock 1
¾
Normal mode
32768Hz crystal oscillator
¾
fSYS2
System Clock 2
¾
Green mode
32768Hz crystal oscillator
¾
tSST
System Start-up Timer
Period
¾
Power-up, Reset or
wake-up from HALT
¾
tWAKE
Wake-up Time for 32768Hz
Crystal OSC
3V 32kHz oscillator OFF ® ON
¾
tFUP
Settling Time for 32768Hz to
32kHz oscillator is ON;
3.58MHz PLL (Frequency
Up Conversion)
3V 3.58MHz oscillator OFF ® ON
¾
tS2G
Time from Sleep Mode to
Green Mode
¾ Wake-up from Sleep Mode
¾
MCU
3V
tWDTOSC Watchdog Oscillator Period
5V
¾
¾
45
32
tRES
External Reset Low Pulse
Width
¾
¾
1
tINT Interrupt Pulse Width
¾
¾
1
DTMF Generator (Operating Temperature: -20°C ~ 85°C)
690
762
fDTMFO
Single Tone Output
Frequency
843
Microcontroller normal mode;
932
2.5V DTMF generator single tone test
mode
1197
1323
1462
1617
Typ.
3.5795
32
1024
¾
¾
0
90
65
¾
¾
¾
¾
¾
¾
¾
¾
¾
¾
Max.
¾
¾
¾
200
20
¾
180
130
¾
¾
704
778
861
950
1221
1349
1492
1649
Unit
MHz
kHz
tSYS
ms
ms
ms
ms
ms
ms
Hz
Rev. 1.00
5 May 21, 2008

5 Page





HT95R33 arduino
www.DataSheet4U.com
HT95R33
tempreg1
tempreg2
:
:
mov a,06h
mov tblp,a
:
:
tabrdl
dec tblp
db ?
db ?
; temporary register #1
; temporary register #2
; initialise table pointer - note that this address
; is referenced
; to the last page or present page
tempreg1
; transfers value in table referenced by table pointer
; to tempregl
; data at prog. memory address ²F06H² transferred to
; tempreg1 and TBLH
; reduce value of table pointer by one
tabrdl
:
:
org F00h
tempreg2
; transfers value in table referenced by table pointer
; to tempreg2
; data at prog.memory address ²F05H² transferred to
; tempreg2 and TBLH
; in this example the data ²1AH² is transferred to
; tempreg1 and data ²0FH² to register tempreg2
; the value ²0FH² will be transferred to the high byte
; register TBLH
; sets initial address of HT95R33 last page
dc 00Ah, 00Bh, 00Ch, 00Dh, 00Eh, 00Fh, 01Ah, 01Bh
:
:
Data Memory
The Data Memory is a volatile area of 8-bit wide RAM in-
ternal memory and is the location where temporary in-
formation is stored. Divided into two sections, the first of
these is an area of RAM where special function registers
are located. These registers have fixed locations and
are necessary for correct operation of the device. Many
of these registers can be read from and written to di-
rectly under program control, however, some remain
protected from user manipulation. The second area of
RAM Data Memory is reserved for general purpose use.
All locations within this area are read and write accessi-
ble under program control.
S p e c ia l P u r p o s e
D a ta M e m o ry
00H
3FH
40H
Structure
The Special Purpose and General Purpose Data Mem-
ory are located at consecutive locations. All are imple-
mented in RAM and are 8 bits wide. The start address of
the Data Memory is the address 00H. Registers which
are common to all microcontrollers, such as ACC, PCL,
etc., have the same Data Memory address. Note that af-
ter power-on, the contents of the Data Memory, will be in
an unknown condition, the programmer must therefore
ensure that the Data Memory is properly initialised. The
Special Purpose Data Memory is located in Bank 0
while the General Purpose Data Memory is divided into
6 individual areas or Banks known as Bank 0 to Bank 5.
Switching between different banks is achieved by set-
ting the Bank Pointer to the correct value.
B ank 0
G e n e ra l P u rp o s e
D a ta M e m o ry
FFH
B ank 0
B ank 1
B ank 2
B ank 3
B ank 4
B ank 5
B ank 1~5
G e n e ra l P u rp o s e
D a ta M e m o ry
Data Memory Structure
Rev. 1.00
11 May 21, 2008

11 Page







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




Hoja de datos destacado

Número de piezaDescripciónFabricantes
HT95R33I/O Type Phone 8-Bit MCUHoltek Semiconductor
Holtek Semiconductor
HT95R34I/O Type Phone 8-Bit MCUHoltek Semiconductor
Holtek Semiconductor
HT95R35Phone 8-Bit MCUHoltek Semiconductor
Holtek Semiconductor

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