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

HT46C63 参数 Datasheet PDF下载

HT46C63图片预览
型号: HT46C63
PDF下载: 下载PDF文件 查看货源
内容描述: A / D with LCD型8位MCU [A/D with LCD Type 8-Bit MCU]
分类和应用: 微控制器和处理器
文件页数/大小: 44 页 / 323 K
品牌: HOLTEK [ HOLTEK SEMICONDUCTOR INC ]
 浏览型号HT46C63的Datasheet PDF文件第4页浏览型号HT46C63的Datasheet PDF文件第5页浏览型号HT46C63的Datasheet PDF文件第6页浏览型号HT46C63的Datasheet PDF文件第7页浏览型号HT46C63的Datasheet PDF文件第9页浏览型号HT46C63的Datasheet PDF文件第10页浏览型号HT46C63的Datasheet PDF文件第11页浏览型号HT46C63的Datasheet PDF文件第12页  
HT46R63/HT46C63
Functional Description
Execution Flow
The system clock for the microcontroller is derived from
an external RC or crystal oscillator. The system clock is
internally divided into four non-overlapping clocks. One
instruction cycle consists of 4 system clock cycles.
Instruction fetching and execution are pipelined in such
a way that a fetch and decoding takes an instruction cy-
cle while execution take the next instruction cycle. How-
ever, the pipelining scheme causes each instruction to
effectively execute in a cycle. If an instruction changes
the program counter, two cycles are required to com-
plete the instruction.
Program Counter
-
PC
The program counter controls the sequence in which the
instructions stored in the program memory are executed
and its contents specify full range of program memory.
After accessing a program memory word to fetch an in-
struction code, the contents of the program counter are
incremented by one. The program counter then points to
the memory word containing the next instruction code.
When executing a jump instruction, conditional skip ex-
ecution, loading PCL (program counter lower-order byte
register), subroutine call, initial reset, interrupts or return
from subroutine or interrupts, the program counter ma-
nipulates the program transfer by loading the address
corresponding to each instruction.
The conditional skip is activated by instructions. Once
the condition is met, the next instruction, fetched during
the current instruction execution, is discarded and a
dummy cycle replaces it to get the proper instruction.
Otherwise proceed with the next instruction.
The lower-order byte of the program counter (PCL) can
be accessed by using software instructions. Moving
data
into the PCL performs a short jump. The destina-
tion will be within the current program ROM page.
Once the control transfer takes place, the execution suf-
fers from having an additional dummy cycle.
Program Memory
-
PROM
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
T 2
T 3
T 4
T 1
T 2
T 3
T 4
S y s te m
C lo c k
P C
T 1
T 2
T 3
T 4
T 1
P C
P C + 1
P C + 2
F e tc h IN S T (P C )
E x e c u te IN S T (P C -1 )
F e tc h IN S T (P C + 1 )
E x e c u te IN S T (P C )
F e tc h IN S T (P C + 2 )
E x e c u te IN S T (P C + 1 )
Execution Flow
Program Counter
*11~*8
0000
0000
0000
0000
0000
0000
0000
@11~@8
#11~#8
S11~S8
*7
0
0
0
0
0
0
0
@7
#7
S7
*6
0
0
0
0
0
0
0
@6
#6
S6
*5
0
0
0
0
0
0
0
@5
#5
S5
*4
0
0
0
0
1
1
1
PC+2
@4
#4
S4
@3
#3
S3
@2
#2
S2
@1
#1
S1
@0
#0
S0
*3
0
0
1
1
0
0
1
*2
0
1
0
1
0
1
0
*1
0
0
0
0
0
0
0
*0
0
0
0
0
0
0
0
Mode
Initial Reset
External Interrupt 0
External Interrupt 1
Timer/Event Counter Overflow
Time Base Time-out
A/D Interrupt
RTC Interrupt
Skip
Loading PCL
Jump, Call Branch
Return (RET, RETI)
Program Counter
Note:
*11~*0: Program counter bits
#11~#0: Instruction code bits
S11~S0: Stack register bits
@7~@0: PCL bits
Rev. 1.90
8
May 17, 2004