PIC16C712-04/SS Microchip Technology, PIC16C712-04/SS Datasheet - Page 4

IC MCU OTP 1KX14 A/D PWM 20SSOP

PIC16C712-04/SS

Manufacturer Part Number
PIC16C712-04/SS
Description
IC MCU OTP 1KX14 A/D PWM 20SSOP
Manufacturer
Microchip Technology
Series
PIC® 16Cr
Datasheets

Specifications of PIC16C712-04/SS

Core Size
8-Bit
Program Memory Size
1.75KB (1K x 14)
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Core Processor
PIC
Speed
4MHz
Number Of I /o
13
Program Memory Type
OTP
Ram Size
128 x 8
Voltage - Supply (vcc/vdd)
4 V ~ 5.5 V
Data Converters
A/D 4x8b
Oscillator Type
External
Operating Temperature
0°C ~ 70°C
Package / Case
20-SSOP
Controller Family/series
PIC16C
No. Of I/o's
13
Ram Memory Size
128Byte
Cpu Speed
4MHz
No. Of Timers
3
Processor Series
PIC16C
Core
PIC
Data Bus Width
8 bit
Data Ram Size
128 B
Maximum Clock Frequency
20 MHz
Number Of Programmable I/os
13
Number Of Timers
3 bit
Operating Supply Voltage
2.5 V to 5.5 V
Maximum Operating Temperature
+ 70 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52715-96, 52716-328, 52717-734
Development Tools By Supplier
ICE2000
Minimum Operating Temperature
0 C
On-chip Adc
4 bit
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
309-1016 - ADAPTER 20-SSOP TO 18-DIP
Eeprom Size
-
Connectivity
-
Lead Free Status / Rohs Status
 Details
PIC16C712/716
Code Example 2B:
;***********************************************************************
;
;
;
;
;
;
;
;
Assembly Code To Stop CCP Mode Once Started:
CCP1CONSAV equ 0X??
CCPstop
Assembly Code To Start CCP Mode Once Stopped:
CCPstart
DS80072D-page 4
Call these routines to turn the CCP Mode off or on and ensure RB3 is a known
CCPstop - First sets RB3 to an Input or an Output. If RB3 is an Output then it’s state
CCPstart
Input or Output value when CCP Mode is off.
is made either High or Low. The CCP is then Disabled.
bsf
bcf
bcf
bcf
movf
movwf
movlw
movwf
return
bcf
movf
movwf
return
VALUE FOR CCP1CON.
- Enable CCP Mode. IT IS THE RESPONSIBILITY OF THE USER TO DETERMINE THE CORRECT
STATUS,RP0
TRISB,3
STATUS,RP0
PORTB,3
CCP1CON,W
CCP1CONSAV
0x30
CCP1CON
STATUS,RP0
CCP1CONSAV,W
CCP1CON
; USER IS RESPONSIBLE FOR SUPPLYING RAM MEMORY SPACE
; TO SAVE CCP2CON VALUE.
; Select Bank 1
; RB3 as an Output - set bit TRISB, 3 when RB3
; as an Input is desired.
; Select Bank 0
; RB3 as a Low Level Output - set bit PORTB,3
; for RB3 to be a High Level
; Output.
; Move CCP1CON to ‘W’ register
; Save CCP1CON register value
; Load CCP1CON value in Working register
; Turn Off CCP1CON all Modes
; Select Bank 0
; Move CCP1CONSAV value to ‘W’ register
; Restore CCP1CON to desired Mode of operation.
 2003 Microchip Technology Inc.

Related parts for PIC16C712-04/SS