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

HT45R04E 参数 Datasheet PDF下载

HT45R04E图片预览
型号: HT45R04E
PDF下载: 下载PDF文件 查看货源
内容描述: [适用于安防系列(烟感器、温感器、家用一 氧化碳测试器)等产品的 IC:HT45R04E。 工作电压:2.2V~5.5V ;工作频率:400Kz---2MHz(当fsys=455kHz时,VDD=+5V时 IDD<200uA) 1. 最多可有13 个双向输入/输出口 , 18-pin SOP 封装 2. 1 个与输入/输出口共用引脚的外部中断输入 3. 8 位可编程定时/计数器,具有溢出中断和7 级预分频器 4. 内置晶体和RC 振荡电路 5. 看门狗定时器 6. 1024×14Bits 程序存储器ROM 7. 64×8Bits 数据存储器RAM 8. 128×8Bits 数据存储器EEPROM,符合IIC通信协议(使用方法同24C01一致) 9. 具有PFD 功能,可以用来发声 10. HALT 和唤醒功能可降低功耗 11. 4 层硬件堆栈 12. 4 通道8 位解析度的A/D 转换器 13. 查表指令,表格内容字长14 位 14. 63 条指令,包含位操作指令 15. 指令执行时间为1 或2 个指令周期]
分类和应用: 晶体转换器预分频器计数器存储测试通信可编程只读存储器电动程控只读存储器电可擦编程只读存储器
文件页数/大小: 43 页 / 2641 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT45R04E的Datasheet PDF文件第6页浏览型号HT45R04E的Datasheet PDF文件第7页浏览型号HT45R04E的Datasheet PDF文件第8页浏览型号HT45R04E的Datasheet PDF文件第9页浏览型号HT45R04E的Datasheet PDF文件第11页浏览型号HT45R04E的Datasheet PDF文件第12页浏览型号HT45R04E的Datasheet PDF文件第13页浏览型号HT45R04E的Datasheet PDF文件第14页  
Preliminary  
HT45R04/HT45R04E  
Interrupt  
Arithmetic and Logic Unit - ALU  
The microcontroller provides an external interrupts, an  
internal timer/event counter overflow interrupt, and an  
A/D converter end-of-conversion interrupt. The interrupt  
control registers (INTC;0BH ) contains the interrupt con-  
trol bits to set the enable/disable and the interrupt re-  
quest flags.  
This circuit performs 8-bit arithmetic and logic opera-  
tions. The ALU provides the following functions:  
·
·
·
·
·
Arithmetic operations (ADD, ADC, SUB, SBC, DAA)  
Logic operations (AND, OR, XOR, CPL)  
Rotation (RL, RR, RLC, RRC)  
Increment and Decrement (INC, DEC)  
Branch decision (SZ, SNZ, SIZ, SDZ)  
Once an interrupt subroutine is serviced, all the other in-  
terrupts 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 inter-  
rupt requires 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 inter-  
rupt request will not be acknowledged, even if the re-  
lated interrupt is enabled, until the SP is decremented. If  
immediate service is desired, the stack must be pre-  
vented from becoming full.  
The ALU not only saves the results of a data operation  
but also changes the status register.  
Status Register - STATUS  
This 8-bit register (0AH) contains the zero flag (Z), carry  
flag (C), auxiliary carry flag (AC), overflow flag (OV),  
power down flag (PDF), and watchdog time-out flag  
(TO). It also records the status information and controls  
the operation sequence.  
With the exception of the TO and PDF flags, bits in the  
status register can be altered by instructions like most  
other registers. Any data written into the status register  
will not change the TO or PDF flag. In addition, opera-  
tions related to the status register may give different re-  
sults from those intended. The TO flag can be affected  
only by a system power-up, a WDT time-out or execut-  
ing the ²CLR WDT² or ²HALT² instruction. The PDF flag  
can be affected only by executing the ²HALT² or ²CLR  
WDT² instruction or a system power-up.  
All these kinds of interrupts have a 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 subroutine at specified location in the pro-  
gram memory. Only the program counter is pushed onto  
the stack. If the contents of the register or status register  
(STATUS) are altered by the interrupt service program  
which corrupts the desired control sequence, the con-  
tents should be saved in advance.  
External interrupts are triggered by a high to low transi-  
tion of the INT and the related interrupt request flag (EIF;  
bit 4 of the INTC) will be set. When the interrupt is en-  
abled, the stack is not full and the external interrupt is  
active, a subroutine call to location 04H will occur. The  
interrupt request flag (EIF) and EMI bits will be cleared  
to disable other interrupts.  
The Z, OV, AC and C flags generally reflect the status of  
the latest operations.  
In addition, on entering the interrupt sequence or exe-  
cuting a subroutine call, the status register will not be  
automatically pushed onto the stack. If the contents of  
the status are important and if the subroutine can cor-  
rupt the status register, precautions must be taken to  
save it properly.  
Bit No.  
Label  
Function  
C is set if an operation results in a carry during an addition operation or if a borrow does not  
take place during a subtraction operation, otherwise C is cleared. C is also affected by a rotate  
through carry instruction.  
0
C
AC is set if an operation results in a carry out of the low nibbles in addition or no borrow from  
the high nibble into the low nibble in subtraction, otherwise AC is cleared.  
1
2
3
AC  
Z
Z is set if the result of an arithmetic or logic operation is zero, otherwise Z is cleared.  
OV is set if an 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.  
OV  
PDF is cleared by a system power-up or executing the ²CLR WDT² instruction. PDF is set by  
executing the ²HALT² instruction.  
4
5
PDF  
TO  
TO is cleared by a system power-up or executing the ²CLR WDT² or ²HALT² instruction. TO is  
set by a WDT time-out.  
6
7
¾
¾
Unused bit, read as ²0²  
Unused bit, read as ²0²  
Status (0AH) Register  
Rev. 0.00  
10  
December 30, 2004