參數(shù)資料
型號: PIC16C57
廠商: Microchip Technology Inc.
英文描述: EPROM/ROM-Based 8-Bit CMOS Microcontroller Series(每個(gè)I/O有20mA吸收/25mA驅(qū)動(dòng),20I/O,2.5V的微控制器)
中文描述: 存儲(chǔ)器/基于ROM的8位CMOS微控制器系列(每個(gè)的I / O有20mA的吸收/ 25mA電流驅(qū)動(dòng),20條/輸出,為2.5V的微控制器)
文件頁數(shù): 23/220頁
文件大?。?/td> 2310K
代理商: PIC16C57
第1頁第2頁第3頁第4頁第5頁第6頁第7頁第8頁第9頁第10頁第11頁第12頁第13頁第14頁第15頁第16頁第17頁第18頁第19頁第20頁第21頁第22頁當(dāng)前第23頁第24頁第25頁第26頁第27頁第28頁第29頁第30頁第31頁第32頁第33頁第34頁第35頁第36頁第37頁第38頁第39頁第40頁第41頁第42頁第43頁第44頁第45頁第46頁第47頁第48頁第49頁第50頁第51頁第52頁第53頁第54頁第55頁第56頁第57頁第58頁第59頁第60頁第61頁第62頁第63頁第64頁第65頁第66頁第67頁第68頁第69頁第70頁第71頁第72頁第73頁第74頁第75頁第76頁第77頁第78頁第79頁第80頁第81頁第82頁第83頁第84頁第85頁第86頁第87頁第88頁第89頁第90頁第91頁第92頁第93頁第94頁第95頁第96頁第97頁第98頁第99頁第100頁第101頁第102頁第103頁第104頁第105頁第106頁第107頁第108頁第109頁第110頁第111頁第112頁第113頁第114頁第115頁第116頁第117頁第118頁第119頁第120頁第121頁第122頁第123頁第124頁第125頁第126頁第127頁第128頁第129頁第130頁第131頁第132頁第133頁第134頁第135頁第136頁第137頁第138頁第139頁第140頁第141頁第142頁第143頁第144頁第145頁第146頁第147頁第148頁第149頁第150頁第151頁第152頁第153頁第154頁第155頁第156頁第157頁第158頁第159頁第160頁第161頁第162頁第163頁第164頁第165頁第166頁第167頁第168頁第169頁第170頁第171頁第172頁第173頁第174頁第175頁第176頁第177頁第178頁第179頁第180頁第181頁第182頁第183頁第184頁第185頁第186頁第187頁第188頁第189頁第190頁第191頁第192頁第193頁第194頁第195頁第196頁第197頁第198頁第199頁第200頁第201頁第202頁第203頁第204頁第205頁第206頁第207頁第208頁第209頁第210頁第211頁第212頁第213頁第214頁第215頁第216頁第217頁第218頁第219頁第220頁
1997 Microchip Technology Inc.
Preliminary
DS30453A-page 23
PIC16C5X
FIGURE 4-12: LOADING OF PC
BRANCH INSTRUCTIONS -
PIC16C57s/PIC16CR57s, AND
PIC16C58s/PIC16CR58s
For the
RETLW
instruction, the PC is loaded with the
Top Of Stack (TOS) contents. All of the devices
covered in this data sheet have a two-level stack. The
stack has the same bit width as the device PC.
PA1:PA0
2
STATUS
PC
8
7
0
PCL
9
10
PA1:PA0
2
STATUS
PC
8
7
0
PCL
9
10
Instruction Word
Reset to ‘0’
Instruction Word
7
0
7
0
GOTO
Instruction
CALL
or Modify PCL Instruction
4.5.1
PAGING CONSIDERATIONS –
PIC16C56
s
/CR56
s
, PIC16C57
s
/CR57
s
AND
PIC16C58
s
/CR58
s
If the Program Counter is pointing to the last address
of a selected memory page, when it increments it will
cause the program to continue in the next higher page.
However, the page preselect bits in the STATUS
register will not be updated. Therefore, the next
GOTO
,
CALL
, or Modify PCL instruction will send the program
to the page specified by the page preselect bits (PA0
or PA1:PA0).
For example, a
NOP
at location 1FFh (page 0)
increments the PC to 200h (page 1). A
GOTO xxx
at
200h will return the program to address xxxh on page
0 (assuming that PA1:PA0 are clear).
To prevent this, the page preselect bits must be
updated under program control.
4.5.2
EFFECTS OF RESET
The Program Counter is set upon a RESET, which
means that the PC addresses the last location in the
last page i.e., the reset vector.
The STATUS register page preselect bits are cleared
upon a RESET, which means that page 0 is
pre-selected.
Therefore, upon a RESET, a
GOTO
instruction at the
reset vector location will automatically cause the
program to jump to page 0.
4.6
Stack
PIC16C5X devices have a 9-bit, 10-bit or 11-bit wide,
two-level hardware push/pop stack (Figure 4-2,
Figure 4-1, and Figure 4-3 respectively).
A
CALL
instruction will pushthe current value of stack 1
into stack 2 and then push the current program counter
value, incremented by one, into stack level 1. If more
than two sequential
CALL
’s are executed, only the most
recent two return addresses are stored.
A
RETLW
instruction will popthe contents of stack level
1 into the program counter and then copy stack level 2
contents into level 1. If more than two sequential
RETLW
’s are executed, the stack will be filled with the
address previously stored in level 2. Note that the
W register will be loaded with the literal value specified
in the instruction. This is particularly useful for the
implementation of data look-up tables within the
program memory.
相關(guān)PDF資料
PDF描述
PIC16C57C EPROM/ROM-Based 8-Bit CMOS Microcontroller Series(每個(gè)I/O有20mA吸收/25mA驅(qū)動(dòng),20I/O,2.5V的微控制器)
PIC16C58A EPROM/ROM-Based 8-Bit CMOS Microcontroller Series(每個(gè)I/O有20mA吸收/25mA驅(qū)動(dòng),12個(gè)I/O,2.0V的微控制器)
PIC16C58B EPROM/ROM-Based 8-Bit CMOS Microcontroller Series(每個(gè)I/O有20mA吸收/25mA驅(qū)動(dòng),12個(gè)I/O,2.0V的微控制器)
PIC16C554(中文) EPROM-Based 8-Bit CMOS Microcontroller(每個(gè)I/O口有25mA驅(qū)動(dòng)/吸收電流,2.5V,微控制器)
PIC16C556(中文) EPROM-Based 8-Bit CMOS Microcontroller(每個(gè)I/O口有25mA驅(qū)動(dòng)/吸收電流,微控制器)
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
PIC16C57/JW 功能描述:8位微控制器 -MCU 3KB 72 RAM 20 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
PIC16C57-/JW-S1 制造商:Microchip Technology Inc 功能描述:MicroController, 8-Bit, 28 Pin, Ceramic, DIP
PIC16C57-10/P 功能描述:8位微控制器 -MCU 3KB 72 RAM 20 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
PIC16C57-10/P 制造商:Microchip Technology Inc 功能描述:IC 8BIT CMOS MCU OTP 16C57 DIP28
PIC16C57-10/SO 功能描述:8位微控制器 -MCU 3KB 72 RAM 20 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT