PIC16C71-20I/SO Microchip Technology, PIC16C71-20I/SO Datasheet - Page 3

IC MCU OTP 1KX14 A/D 18SOIC

PIC16C71-20I/SO

Manufacturer Part Number
PIC16C71-20I/SO
Description
IC MCU OTP 1KX14 A/D 18SOIC
Manufacturer
Microchip Technology
Series
PIC® 16Cr

Specifications of PIC16C71-20I/SO

Core Size
8-Bit
Program Memory Size
1.75KB (1K x 14)
Core Processor
PIC
Speed
20MHz
Peripherals
POR, WDT
Number Of I /o
13
Program Memory Type
OTP
Ram Size
36 x 8
Voltage - Supply (vcc/vdd)
4 V ~ 6 V
Data Converters
A/D 4x8b
Oscillator Type
External
Operating Temperature
-40°C ~ 85°C
Package / Case
18-SOIC (7.5mm Width)
Controller Family/series
PIC16C
No. Of I/o's
13
Ram Memory Size
36Byte
Cpu Speed
20MHz
No. Of Timers
1
Digital Ic Case Style
SOIC
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
XLT18SO-1 - SOCKET TRANSITION 18SOIC 300MIL309-1011 - ADAPTER 18-SOIC TO 18-DIP309-1010 - ADAPTER 18-SOIC TO 18-DIPAC164010 - MODULE SKT PROMATEII DIP/SOIC
Eeprom Size
-
Connectivity
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
EXAMPLE 2:
(Assumes that the T2CON and CCP1CON values may change during program execution. One SRAM location is used
for temporary storage of T2CON or CCP2CON.)
Code Example 2A:
;***********************************************************************
;
;
;
;
;
;
;
;
;
;
Assembly Code To Stop PWM Once Started:
T2CONSAV equ
PWMreset
Assembly Code To Start PWM Once Stopped:
PWMrestart
 2003 Microchip Technology Inc.
Call these routines to turn the PWM off or on and ensure a Zero output on RB3
when PWM is off.
PWMreset - Saves T2CON value in RAM location. IT IS THE RESPONSIBILITY OF THE USER TO SUPPLY
PWMrestart - Enable Timer2
bcf
movf
clrf
movf
movwf
return
bcf
movf
movwf
return
movwf
RAM MEMORY SPACE TO SAVE THE T2CON VALUE.
Clears T2CON register Disabling Timer2 and clearing Timer2 Prescaler.
The TMR2 register is then filled with the CCPR1H value. This causes a Reset
or Zero value on RB3.
0x??
STATUS,RP0
T2CON,W
T2CONSAV
T2CON
CCPR1H,W
TMR2
STATUS,RP0
T2CONSAV,W
T2CON
; USER RESPONSIBLE FOR SUPPLYING RAM MEMORY SPACE
; TO SAVE T2CON VALUE.
; Select Bank 0
; Move T2CON Value to ‘w’ register
; Save T2CON register value
; Clear T2CON, Timer2-Disable & Pre/Post Scalers=1
; Load CCPR1H value in Write register
; Move CCPR1H value into TMR2 to cause Reset of RB3 pin
; Select Bank 0
; Move T2CONSAV Value to ‘w’ register
; Restore T2CON register value
PIC16C712/716
DS80072D-page 3

Related parts for PIC16C71-20I/SO