参数资料
型号: PIC17C44-25/PQ
厂商: Microchip Technology
文件页数: 10/241页
文件大小: 0K
描述: IC MCU OTP 8KX16 PWM 44-MQFP
产品培训模块: Asynchronous Stimulus
标准包装: 96
系列: PIC® 17C
核心处理器: PIC
芯体尺寸: 8-位
速度: 25MHz
连通性: UART/USART
外围设备: POR,PWM,WDT
输入/输出数: 33
程序存储器容量: 16KB(8K x 16)
程序存储器类型: OTP
RAM 容量: 454 x 8
电压 - 电源 (Vcc/Vdd): 4.5 V ~ 6 V
振荡器型: 外部
工作温度: 0°C ~ 70°C
封装/外壳: 44-QFP
包装: 托盘
配用: AC164316-ND - MODULE SKT MPLAB PM3 44MQFP
第1页第2页第3页第4页第5页第6页第7页第8页第9页当前第10页第11页第12页第13页第14页第15页第16页第17页第18页第19页第20页第21页第22页第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页第221页第222页第223页第224页第225页第226页第227页第228页第229页第230页第231页第232页第233页第234页第235页第236页第237页第238页第239页第240页第241页
1996 Microchip Technology Inc.
DS30412C-page 107
PIC17C4X
15.0
INSTRUCTION SET SUMMARY
The PIC17CXX instruction set consists of 58 instruc-
tions. Each instruction is a 16-bit word divided into an
OPCODE and one or more operands. The opcode
species the instruction type, while the operand(s) fur-
ther specify the operation of the instruction. The
PIC17CXX instruction set can be grouped into three
types:
byte-oriented
bit-oriented
literal and control operations.
These formats are shown in Figure 15-1.
Table 15-1 shows the eld descriptions for the
opcodes. These descriptions are useful for under-
standing the opcodes in Table 15-2 and in each spe-
cic instruction descriptions.
byte-oriented instructions, 'f' represents a le regis-
ter designator and 'd' represents a destination designa-
tor. The le register designator species which le
register is to be used by the instruction.
The destination designator species where the result of
the operation is to be placed. If 'd' = '0', the result is
placed in the WREG register. If 'd' = '1', the result is
placed in the le register specied by the instruction.
bit-oriented instructions, 'b' represents a bit eld des-
ignator which selects the number of the bit affected by
the operation, while 'f' represents the number of the le
in which the bit is located.
literal and control operations, 'k' represents an 8- or
11-bit constant or literal value.
The instruction set is highly orthogonal and is grouped
into:
byte-oriented operations
bit-oriented operations
literal and control operations
All instructions are executed within one single instruc-
tion cycle, unless:
a conditional test is true
the program counter is changed as a result of an
instruction
a table read or a table write instruction is exe-
cuted (in this case, the execution takes two
instruction cycles with the second cycle executed
as a NOP)
One instruction cycle consists of four oscillator periods.
Thus, for an oscillator frequency of 25 MHz, the normal
instruction execution time is 160 ns. If a conditional test
is true or the program counter is changed as a result of
an instruction, the instruction execution time is 320 ns.
TABLE 15-1:
OPCODE FIELD
DESCRIPTIONS
Field
Description
f
Register le address (00h to FFh)
p
Peripheral register le address (00h to 1Fh)
i
Table pointer control i = '0' (do not change)
i = '1' (increment after instruction execution)
t
Table byte select t = '0' (perform operation on lower
byte)
t = '1' (perform operation on upper byte literal eld,
constant data)
WREG
Working register (accumulator)
b
Bit address within an 8-bit le register
k
Literal eld, constant data or label
x
Don't care location (= '0' or '1')
The assembler will generate code with x = '0'. It is
the recommended form of use for compatibility with
all Microchip software tools.
d
Destination select
0 = store result in WREG
1 = store result in le register f
Default is d = '1'
u
Unused, encoded as '0'
s
Destination select
0 = store result in le register f and in the WREG
1 = store result in le register f
Default is s = '1'
label
Label name
C,DC,
Z,OV
ALU status bits Carry, Digit Carry, Zero, Overow
GLINTD
Global Interrupt Disable bit (CPUSTA<4>)
TBLPTR
Table Pointer (16-bit)
TBLAT
Table Latch (16-bit) consists of high byte (TBLATH)
and low byte (TBLATL)
TBLATL
Table Latch low byte
TBLATH
Table Latch high byte
TOS
Top of Stack
PC
Program Counter
BSR
Bank Select Register
WDT
Watchdog Timer Counter
TO
Time-out bit
PD
Power-down bit
dest
Destination either the WREG register or the speci-
ed register le location
[ ]
Options
( )
Contents
Assigned to
< >
Register bit eld
In the set of
italics User dened term (font is courier)
This document was created with FrameMaker404
相关PDF资料
PDF描述
PIC18F6620-E/PT IC PIC MCU FLASH 32KX16 64TQFP
ADG721BRM IC SWITCH DUAL SPST 8MSOP
PIC17C44-33/PT IC MCU OTP 8KX16 PWM 44TQFP
PIC17C44-25/PT IC MCU OTP 8KX16 PWM 44TQFP
ADG713BRU-REEL7 IC SWITCH QUAD SPST 16TSSOP
相关代理商/技术参数
参数描述
PIC17C44-33/L 功能描述:8位微控制器 -MCU 16KB 454 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC17C44-33/P 功能描述:8位微控制器 -MCU 16KB 454 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC17C44-33/P 制造商:Microchip Technology Inc 功能描述:IC 8BIT CMOS MCU 17C44 DIP40
PIC17C44-33/PQ 功能描述:8位微控制器 -MCU 16KB 454 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC17C44-33/PT 功能描述:8位微控制器 -MCU 16KB 454 RAM 33 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT