PIC16C432-I/SS Microchip Technology, PIC16C432-I/SS Datasheet - Page 65

IC MCU CMOS 8BIT 20MHZ 2K 20SSOP

PIC16C432-I/SS

Manufacturer Part Number
PIC16C432-I/SS
Description
IC MCU CMOS 8BIT 20MHZ 2K 20SSOP
Manufacturer
Microchip Technology
Series
PIC® 16Cr
Datasheets

Specifications of PIC16C432-I/SS

Core Processor
PIC
Core Size
8-Bit
Speed
20MHz
Connectivity
LIN (Local Interconnect Network)
Peripherals
Brown-out Detect/Reset, POR, WDT
Number Of I /o
12
Program Memory Size
3.5KB (2K x 14)
Program Memory Type
OTP
Ram Size
128 x 8
Voltage - Supply (vcc/vdd)
4.5 V ~ 5.5 V
Oscillator Type
External
Operating Temperature
-40°C ~ 85°C
Package / Case
20-SSOP
For Use With
AC164029 - MODULE SKT PROMATEII 20DIP/SSOP
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Eeprom Size
-
Data Converters
-
BCF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
BSF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
2002 Microchip Technology Inc.
Bit Clear f
[ label ] BCF
0
0
0
None
Bit ’b’ in register ’f’ is cleared.
1
1
BCF
Before Instruction
After Instruction
Bit Set f
[ label ] BSF
0
0
1
None
01
Bit ’b’ in register ’f’ is set.
1
1
BSF
Before Instruction
After Instruction
01
f
b
f
b
(f<b>)
(f<b>)
FLAG_REG
FLAG_REG
127
127
7
7
FLAG_REG
FLAG_REG
01bb
FLAG_REG,
FLAG_REG, 7
00bb
f,b
f,b
bfff
bfff
=
=
=
=
0xC7
0x47
7
0x0A
0x8A
ffff
ffff
Preliminary
BTFSC
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example
0
0
skip if (f<b>) = 0
None
If bit ’b’ in register ’f’ is ’0’, then the
next instruction is skipped.
If bit ’b’ is ’0’, then the next instruction
fetched during the current instruction
execution is discarded, and a NOP is
executed instead, making this a two-
cycle instruction.
1
1
HERE
FALSE
TRUE
Before Instruction
After Instruction
Bit Test, Skip if Clear
[ label ] BTFSC f,b
(2)
01
f
b
FALSE
PC = address HERE
if FLAG<1>= 0,
PC = address TRUE
if FLAG<1>=1, PC = address
PIC16C432
127
7
10bb
BTFSC
GOTO
DS41140B-page 63
bfff
FLAG,1
PROCESS_CODE
ffff

Related parts for PIC16C432-I/SS