欢迎访问ic37.com |
会员登录 免费注册
发布采购

HT46C63(100QFP-A) 参数 Datasheet PDF下载

HT46C63(100QFP-A)图片预览
型号: HT46C63(100QFP-A)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, UVPROM, 8MHz, CMOS, PQFP100]
分类和应用: 可编程只读存储器LTE微控制器
文件页数/大小: 43 页 / 311 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第5页浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第6页浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第7页浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第8页浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第10页浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第11页浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第12页浏览型号HT46C63(100QFP-A)的Datasheet PDF文件第13页  
HT46R63/HT46C63  
I
n
d
i
r
e
c
t
A
d
d
r
e
M
e
M
s
s
i
n
g
R
e
g
i
s
t
e
r
0
0
0
0
0
0
0
0
0
0
0
0
1
2
3
4
5
6
7
8
9
H
H
H
H
H
H
H
H
H
H
vated level is indexed by the stack pointer and is not ac-  
cessible. At subroutine call or interrupt  
P
0
a
I
n
d
i
r
e
c
t
A
d
d
r
s
s
i
n
g
R
e
g
i
s
t
e
r
1
acknowledgment, the contents of the program counter  
are pushed onto the stack. At the end of a subroutine or  
an interrupt routine, signaled by a return instruction  
(RET or RETI), the program counter is restored to its  
previous value from the stack. After a chip reset, the  
stack pointer will point to the top of the stack.  
P
1
B
P
A
C
C
P
C
L
T
B
L
P
T
B
L
H
R
T
C
C
If the stack is full and a non-masked interrupt takes  
place, the interrupt request flag will be recorded but the  
acknowledgment will be inhibited. When the stack  
pointer is decreased (by RET or RETI), the interrupt will  
be serviced. This feature prevents stack overflow allow-  
ing the programmer to use the structure more easily. In  
similar case, if the stack is full and a ²call² is subse-  
quently executed, stack overflow occurs and the first en-  
try will be lost (only the most recent 8 return addresses  
are stored).  
0
0
A
B
H
H
S
T
A
T
U
S
I
T
N
T
C
0
0
0
C
D
H
H
M
R
H
T
M
R
L
0
E
H
T
M
R
C
0
F
H
H
H
H
H
H
H
H
H
H
H
1
1
1
1
1
1
1
1
1
1
0
1
2
3
4
5
6
7
8
9
P
A
S
p
e
c
i
a
l
P
u
r
p
o
s
e
P
A
C
D
A
T
A
M
E
M
O
R
Y
P
B
Data Memory - RAM  
P
B
C
P
C
The data memory is designed with 239´8 bits. The  
data memory is divided into two functional groups: spe-  
cial function registers and general purpose data mem-  
ory (208´8). Most are read/write, but some are read  
only.  
P
C
C
P
D
P
D
C
1
1
A
B
H
H
P
P
P
P
W
W
W
W
M
M
M
M
0
1
2
3
1
1
C
D
H
H
The special function registers include the indirect ad-  
dressing register 0 and 1 (R0;00H, R1;02H), memory  
pointer 0 and 1 (MP0;01H, MP1;03H), bank pointer  
(BP:04H), accumulator (ACC;05H), program counter  
lower-order byte register (PCL;06H), table pointer  
(TBLP;07H), table higher-order byte register  
(TBLH;08H), real time clock control register  
(RTCC;09H), status register (STATUS;0AH), interrupt  
control register (INTC0;0BH), timer higher-order byte  
register (TMRH;0CH), timer lower-order byte register  
(TMRL;0DH), timer control register (TMRC;0EH), I/O  
port data registers (PA;12H, PB;14H, PC;16H, PD;18H),  
I/O port control registers (PAC;13H, PBC;15H,  
PCC;17H, PDC;19H), PWM0 (1AH), PWM1 (1BH),  
PWM2 (1CH), PWM3 (1DH), INTC1 (1EH),the A/D re-  
sult register (ADR;21H), the A/D control register  
(ADCR;22H) and the A/D clock setting register  
(ACSR;23H). The remaining space before the 30H is re-  
served for future expansion and reading these locations  
will return the result ²00H². The general-purpose data  
memory, addressed from 30H to FFH, is used for data  
and control information under instruction commands.  
1
E
H
I
N
T
C
1
1
F
H
2
2
2
2
2
0
1
2
3
4
H
H
H
H
H
A
D
R
A
D
C
R
A
C
S
R
2
F
H
3
0
H
G
e
n
e
r
a
l
P
u
r
p
o
s
e
:
U
n
u
s
e
d
D
a
t
a
M
e
m
o
r
y
R
e
a
d
a
s
"
0
0
"
(
2
0
8
B
y
t
e
s
)
F
F
H
RAM Mapping  
Indirect Addressing Register  
Location 00H (02H) is indirect addressing registers that  
are not physically implemented. Any read/write opera-  
tion of [00H] ([02H]) will access data memory pointed to  
by MP0 (MP1). Reading location 00H (02H) itself indi-  
rectly will return the result ²00H². Writing indirectly re-  
sults in no operation.  
All of the data memory areas can handle arithmetic,  
logic, increment, decrement and rotate operations di-  
rectly. Except for some dedicated bits, each bit in the  
data memory can be set and cleared by ²SET [m].i² and  
²CLR [m].i², respectively. They are also indirectly acces-  
sible through memory pointers (MP0 and MP1).  
The memory pointers are 8-bit registers. Only the  
MP1/R1 can be used to access the LCD RAM (BP=1).  
Rev. 2.30  
9
March 22, 2006