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

HT46CU66(52QFP-A) 参数 Datasheet PDF下载

HT46CU66(52QFP-A)图片预览
型号: HT46CU66(52QFP-A)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, MROM, 8MHz, CMOS, PQFP52]
分类和应用: 微控制器
文件页数/大小: 63 页 / 491 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第5页浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第6页浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第7页浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第8页浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第10页浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第11页浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第12页浏览型号HT46CU66(52QFP-A)的Datasheet PDF文件第13页  
HT46RU66/HT46CU66  
0
0
0
H
microcontroller manages program control by loading the  
required address into the Program Counter. For condi-  
tional skip instructions, once the condition has been  
met, the next instruction, which has already been  
fetched during the present instruction execution, is dis-  
carded and a dummy cycle takes its place while the cor-  
rect instruction is obtained.  
D
e
v
i
c
e
i
n
i
t
i
a
l
i
z
a
t
i
o
n
p
r
o
g
r
u
u
a
m
0
0
0
0
4
8
H
H
E
x
t
e
r
n
a
l
i
n
t
e
r
r
u
p
t
0
s
u
b
r
o
t
i
n
e
E
x
t
e
r
n
a
l
i
n
t
e
r
r
u
p
t
1
s
u
b
r
o
t
i
n
e
0
0
C
H
T
i
m
e
r
/
e
v
e
n
t
c
o
u
n
t
e
r
0
i
n
t
e
r
r
u
p
t
s
u
b
r
o
u
t
i
n
e
0
0
1
1
0
4
H
H
T
i
m
e
r
/
e
v
e
n
t
c
o
u
n
t
e
r
1
i
n
t
e
r
r
u
p
t
s
u
b
r
o
u
t
i
n
e
P
M
r
o
g
r
a
m
U
A
R
T
B
u
s
I
n
t
e
r
r
u
p
t
e
m
o
r
y
0
1
8
H
(
´
8 1 9 2 2 B a n k )  
The lower byte of the Program Counter, known as the  
Program Counter Low register or PCL, is available for  
program control and is a readable and writable register.  
By transferring data directly into this register, a short pro-  
gram jump can be executed directly, however, as only  
this low byte is available for manipulation, the jumps are  
limited to the present page of memory, that is 256 loca-  
tions. When such program jumps are executed it should  
also be noted that a dummy cycle will be inserted.  
M
u
l
t
i
-
F
u
n
c
t
i
o
n
I
n
t
e
r
r
u
p
t
n
0
0
H
L
o
o
k
-
u
p
t
a
b
l
e
(
2
5
6
w
o
r
d
s
)
n
F
F
H
1
F
0
0
H
L
o
o
k
-
u
p
t
a
b
l
e
(
2
5
6
w
o
r
d
s
)
1
F
F
F
H
1
6
b
i
t
s
N
o
t
e
:
n
r
a
n
g
e
s
f
r
o
m
0
t
o
1
F
Program Memory  
As the Program Memory is stored in two Banks, the Bank  
selection is under the control of bit 5 of the Bank Pointer.  
It is this Bank Pointer bit that controls the highest address  
bit of the Program Counter as shown in the diagram.  
·
·
Location 004H  
Location 004H is reserved for the external interrupt  
service program. If the INT0 input pin is activated, the  
interrupt is enabled, and the stack is not full, the pro-  
gram begins execution at location 004H.  
Program Memory  
The program memory is used to store the program in-  
structions, which are to be executed. It also contains  
data, table, and interrupt entries, and is organized into a  
format of 16384´16 bits, which are addressed by the PC  
and table pointer. The Program Memory is divided into  
two banks, Bank0 and Bank1. Each bank has a capacity  
of 8192´16 bits and is selected using bit BP.5 in the the  
bank pointer register. With BP = 000XXXXXB, Bank0 is se-  
lected and with BP = 001XXXXXB, Bank1 is selected. The  
JMP and CALL instructions provide only 13 bits of ad-  
dress to allow branching within any 8K program memory  
bank. When executing a JMP or CALL instruction, the  
user must ensure that the bank pointer bit, BP.5, is pro-  
grammed so that the desired program memory bank is  
addressed. If a return from a CALL instruction or inter-  
rupt is executed, the entire 14 bit PC is popped off the  
stack. Therefore, manipulation of the BP.5 is not re-  
quired when the RET or RETI instructions are executed.  
Location 008H  
Location 008H is also reserved for the external inter-  
rupt service program. If the INT1 input pin is activated,  
the interrupt is enabled, and the stack is not full, the  
program will jump to this location and begin execution.  
·
·
·
Location 00CH  
Location 00CH is reserved for the Timer/Event Coun-  
ter 0 interrupt service program. If a timer interrupt re-  
sults from a Timer/Event Counter 0 overflow, and if the  
interrupt is enabled and the stack is not full, the pro-  
gram will jump to this location and begin execution.  
Location 010H  
Location 010H is reserved for the Timer/Event Coun-  
ter 1 interrupt service program. If a timer interrupt re-  
sults from a Timer/Event Counter 1 overflow, and if the  
interrupt is enabled and the stack is not full, the pro-  
gram will jump to this location and begin execution.  
Location 014H  
Certain locations in the Program Memory are reserved  
for special usage:  
Location 014H is reserved for the UART Bus interrupt  
service program. If the UART Bus interrupt resulting  
from a transmission flag or reception is completed, and  
if the interrupt is enabled and the stack is not full, the  
program will jump to this location and begin execution.  
·
Location 000H  
Location 000H is reserved for program initialisation.  
After a device reset, the program will jump to this loca-  
tion and begin execution.  
Table Location  
Instruction(s)  
**13~*8  
TBHP  
*7  
*6  
*5  
*4  
*3  
*2  
*1  
*0  
TABRDC [m]  
TABRDL [m]  
@7  
@7  
@6  
@6  
@5  
@5  
@4  
@4  
@3  
@3  
@2  
@2  
@1  
@1  
@0  
@0  
111111  
Table Location  
TBHP: Table pointer higher-order bits  
Note: *13~*0: Table location bits  
@7~@0: Table pointer lower-order bits (TBLP)  
Rev. 1.20  
9
October 2, 2007