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

HT46C48AE(24SOP-A) 参数 Datasheet PDF下载

HT46C48AE(24SOP-A)图片预览
型号: HT46C48AE(24SOP-A)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller]
分类和应用: 时钟微控制器
文件页数/大小: 74 页 / 580 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第6页浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第7页浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第8页浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第9页浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第11页浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第12页浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第13页浏览型号HT46C48AE(24SOP-A)的Datasheet PDF文件第14页  
HT46R46E/C46E/R47E/C47E/R48AE/C48AE/R49E  
·
Stack  
Logic operations: AND, OR, XOR, ANDM, ORM,  
XORM, CPL, CPLA  
This is a special part of the memory which is used to  
save the contents of the Program Counter only. The  
stack can have either 4 or 6 levels depending upon  
which device is selected and is neither part of the data  
nor part of the program space, and is neither readable  
nor writable. The activated level is indexed by the Stack  
Pointer, SP, and is neither readable nor writable. At a  
subroutine call or interrupt acknowledge signal, the con-  
tents of the Program Counter are pushed onto the stack.  
At the end of a subroutine or an interrupt routine, sig-  
naled by a return instruction, RET or RETI, the Program  
Counter is restored to its previous value from the stack.  
After a device reset, the Stack Pointer will point to the  
top of the stack.  
·
Rotation RRA, RR, RRCA, RRC, RLA, RL, RLCA,  
RLC  
·
·
Increment and Decrement INCA, INC, DECA, DEC  
Branch decision, JMP, SZ, SZA, SNZ, SIZ, SDZ,  
SIZA, SDZA, CALL, RET, RETI  
Program Memory  
The Program Memory is the location where the user code  
or program is stored. For microcontrollers, two types of  
Program Memory are usually supplied. The first type is  
the One-Time Programmable, OTP, memory where us-  
ers can program their application code into the device.  
Devices with OTP memory are denoted by having an ²R²  
within their device name. By using the appropriate pro-  
gramming tools, OTP devices offer users the flexibility to  
freely develop their applications which may be useful dur-  
ing debug or for products requiring frequent upgrades or  
program changes. OTP devices are also applicable for  
use in applications that require low or medium volume  
production runs. The other type of memory is the mask  
ROM memory, denoted by having a ²C² within the device  
name. These devices offer the most cost effective solu-  
tions for high volume products.  
P
r
o
g
r
a
m
C
o
u
n
t
e
r
T
o
p
o
f
S
t
a
c
k
S
S
t
t
a
a
c
c
k
k
L
L
e
e
v
v
e
e
l
l
1
2
S
t
a
c
k
P
r
o
g
r
a
m
S
t
a
c
k
L
e
v
e
l
3
P
o
i
n
t
e
r
M
e
m
o
r
y
B
o
t
t
o
m
o
f
S
t
a
c
k
S
t
a
c
k
L
e
v
e
l
N
If the stack is full and an enabled interrupt takes place,  
the interrupt request flag will be recorded but the ac-  
knowledge signal will be inhibited. When the Stack  
Pointer is decremented, by RET or RETI, the interrupt  
will be serviced. This feature prevents stack overflow al-  
lowing the programmer to use the structure more easily.  
However, when the stack is full, a CALL subroutine in-  
struction can still be executed which will result in a stack  
overflow. Precautions should be taken to avoid such  
cases which might cause unpredictable program  
branching.  
Structure  
The Program Memory has a capacity of 1K by 14, 2K by  
14 or 4K by 15 bits depending upon which device is se-  
lected. The Program Memory is addressed by the Pro-  
gram Counter and also contains data, table information  
and interrupt entries. Table data, which can be setup in  
any location within the Program Memory, is addressed  
by separate table pointer registers.  
Special Vectors  
Note: For the HT46R46E, 4 levels of stack are avail-  
able and for the HT46R47E, HT46R48AE and  
HT46R49E, 6 levels of stack are available.  
Within the Program Memory, certain locations are re-  
served for special usage such as reset and interrupts.  
·
Location 000H  
Arithmetic and Logic Unit - ALU  
This vector is reserved for use by the device reset for  
program initialisation. After a device reset is initiated, the  
program will jump to this location and begin execution.  
The arithmetic-logic unit or ALU is a critical area of the  
microcontroller that carries out arithmetic and logic op-  
erations of the instruction set. Connected to the main  
microcontroller data bus, the ALU receives related in-  
struction codes and performs the required arithmetic or  
logical operations after which the result will be placed in  
the specified register. As these ALU calculation or oper-  
ations may result in carry, borrow or other status  
changes, the status register will be correspondingly up-  
dated to reflect these changes. The ALU supports the  
following functions:  
·
Location 004H  
This vector is used by the external interrupt. If the ex  
-
ternal interrupt pin on the device goes low, the pro-  
gram will jump to this location and begin execution if  
the external interrupt is enabled and the stack is not  
full.  
·
Location 008H  
This internal vector is used by the Timer/Event Coun  
-
ter. If a counter overflow occurs, the program will jump  
to this location and begin execution if the timer/event  
counter interrupt is enabled and the stack is not full.  
·
Arithmetic operations: ADD, ADDM, ADC, ADCM,  
SUB, SUBM, SBC, SBCM, DAA  
Rev. 1.31  
10  
December 29, 2008