PIC16C54-LP/P Microchip Technology, PIC16C54-LP/P Datasheet - Page 57

IC MCU OTP 512X12 18DIP

PIC16C54-LP/P

Manufacturer Part Number
PIC16C54-LP/P
Description
IC MCU OTP 512X12 18DIP
Manufacturer
Microchip Technology
Series
PIC® 16Cr
Datasheet

Specifications of PIC16C54-LP/P

Core Size
8-Bit
Program Memory Size
768B (512 x 12)
Oscillator Type
External
Core Processor
PIC
Speed
40kHz
Peripherals
POR, WDT
Number Of I /o
12
Program Memory Type
OTP
Ram Size
25 x 8
Voltage - Supply (vcc/vdd)
2.5 V ~ 6.25 V
Operating Temperature
0°C ~ 70°C
Package / Case
18-DIP (0.300", 7.62mm)
Controller Family/series
PIC16C
No. Of I/o's
12
Ram Memory Size
25Byte
No. Of Timers
1
Digital Ic Case Style
DIP
Cpu Speed
40MHz
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
309-1059 - ADAPTER 18 ZIF BD W/18SO PLUGSDVA16XP180 - ADAPTER DEVICE FOR MPLAB-ICEAC164001 - MODULE SKT PROMATEII 18/28DIP
Eeprom Size
-
Data Converters
-
Connectivity
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16C54-LP/P
Manufacturer:
Microchip Technology
Quantity:
7
Part Number:
PIC16C54-LP/P
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
GOTO
Syntax:
Operands:
Operation:
Status Affected: None
Encoding:
Description:
Words:
Cycles:
Example:
INCF
Syntax:
Operands:
Operation:
Status Affected: Z
Encoding:
Description:
Words:
Cycles:
Example:
2002 Microchip Technology Inc.
After Instruction
Before Instruction
After Instruction
PC
CNT
Z
CNT
Z
=
Unconditional Branch
[ label ]
0
k
STATUS<6:5>
GOTO is an unconditional branch.
The 9-bit immediate value is
loaded into PC bits <8:0>. The
upper bits of PC are loaded from
STATUS<6:5>. GOTO is a two-
cycle instruction.
1
2
GOTO THERE
Increment f
[ label ]
0
d
(f) + 1
The contents of register ’f’ are
incremented. If ’d’ is 0 the result is
placed in the W register. If ’d’ is 1
the result is placed back in
register ’f’.
1
1
INCF
=
=
=
=
101k
0010
address (THERE)
k
f
[0,1]
PC<8:0>;
0xFF
0
0x00
1
31
511
CNT,
(dest)
GOTO k
INCF f,d
kkkk
10df
PC<10:9>
1
kkkk
ffff
Preliminary
INCFSZ
Syntax:
Operands:
Operation:
Status Affected: None
Encoding:
Description:
Words:
Cycles:
Example:
Before Instruction
After Instruction
PC
CNT
if CNT
PC
if CNT
PC
[ label ]
0
d
(f) + 1
The contents of register ’f’ are
incremented. If ’d’ is 0 the result is
placed in the W register. If ’d’ is 1
the result is placed back in
register ’f’.
If the result is 0, then the next
instruction, which is already
fetched, is discarded and a NOP is
executed instead making it a two-
cycle instruction.
1
1(2)
HERE
CONTINUE •
Increment f, Skip if 0
0011
=
=
=
=
=
f
[0,1]
31
address (HERE)
CNT + 1;
0,
address (CONTINUE);
0,
address (HERE +1)
(dest), skip if result = 0
INCFSZ f,d
PIC16C5X
11df
INCFSZ
GOTO
DS30453D-page 55
ffff
LOOP
CNT, 1

Related parts for PIC16C54-LP/P