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

HT36B0(28SOP-A) 参数 Datasheet PDF下载

HT36B0(28SOP-A)图片预览
型号: HT36B0(28SOP-A)
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller]
分类和应用: LTE微控制器
文件页数/大小: 42 页 / 284 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第6页浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第7页浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第8页浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第9页浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第11页浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第12页浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第13页浏览型号HT36B0(28SOP-A)的Datasheet PDF文件第14页  
HT36B0  
gram ROM bank select (PF;1CH) and the I/O Control  
registers (PAC;13H, PBC;15H, PCC;17H, PDC;19H,  
PEC;1BH), and the program ROM bank control register  
(PFC;1DH), the D/A converter (DAH;1DH, DAL;1EH,  
DAC;1FH) and the UART interface (RS232C;2BH),  
TXD;2CH, RXD;2DH, INTCH;2EH. The wavetable func-  
tion registers is defined between 20H~2AH. The re-  
maining space before the 30H is reserved for future  
expanded usage and reading these locations will return  
the result 00H. The general purpose data memory, ad-  
dressed from 40H to FFH, is used for data and control  
information under instruction command.  
tween two data memory locations must pass through  
the accumulator.  
Arithmetic and Logic Unit - ALU  
This circuit performs 8-bit arithmetic and logic operation.  
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 & Decrement (INC, DEC)  
Branch decision (SZ, SNZ, SIZ, SDZ ....)  
The ALU not only saves the results of a data operation but  
can also change the status register.  
All data memory areas can handle arithmetic, logic, in-  
crement, decrement and rotate operations directly. Ex-  
cept for some dedicated bits, each bit in the data  
memory can be set and reset by the ²SET [m].i² and  
²CLR [m].i² instructions, respectively. They are also indi-  
rectly accessible through Memory pointer registers  
(MP0;01H, MP1;03H) and Bank Pointer (BP;04H).  
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.  
Indirect Addressing Register  
Location 00H and 02H are indirect addressing registers  
that are not physically implemented. Any read/write op-  
eration of [00H] and [02H] access data memory pointed  
to by MP0 (01H) and MP1 (03H) respectively. Reading  
location 00H or 02H directly will return the result 00H.  
And writing directly results in no operation.  
With the exception of the TO and PDF flags, bits in the  
status register can be altered by instructions like any  
other register. Any data written into the status register  
will not change the TO or PDF flags. In addition it should  
be noted that operations related to the status register  
may give different results from those intended. The TO  
and PDF flags can only be changed by system power  
up, Watchdog Timer overflow, executing the HALT in-  
struction and clearing the Watchdog Timer.  
The function of data movement between two indirect ad-  
dressing registers, is not supported. The memory  
pointer registers, MP0 (for bank 0 only) and MP1, are  
8-bit register which can be used to access the data  
memory by combining corresponding indirect address-  
ing registers.  
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  
status are important and the subroutine can corrupt the  
status register, the programmer must take precautions  
to save it properly.  
Accumulator  
The accumulator closely relates to ALU operations. It is  
mapped to location 05H of the data memory and it can  
operate with immediate data. The data movement be-  
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. Also it is 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 logical 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 high-  
est-order bit, or vice versa; otherwise OV is cleared.  
OV  
PDF is cleared by either a system power-up or executing the ²CLR WDT² instruction.  
PDF is set by executing the HALT instruction.  
4
PDF  
TO is cleared by a system power-up or executing the ²CLR WDT² or ²HALT² instruction. TO is  
set by a WDT time-out.  
5
TO  
6~7  
¾
Unused bit, read as ²0²  
STATUS (0AH) Register  
Rev. 1.10  
10  
July 3, 2008