PIC16C716-04I/SO Microchip Technology, PIC16C716-04I/SO Datasheet - Page 3

IC MCU OTP 2KX14 A/D PWM 18SOIC

PIC16C716-04I/SO

Manufacturer Part Number
PIC16C716-04I/SO
Description
IC MCU OTP 2KX14 A/D PWM 18SOIC
Manufacturer
Microchip Technology
Series
PIC® 16Cr
Datasheets

Specifications of PIC16C716-04I/SO

Core Processor
PIC
Core Size
8-Bit
Speed
4MHz
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
13
Program Memory Size
3.5KB (2K x 14)
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
-40°C ~ 85°C
Package / Case
18-SOIC (7.5mm Width)
For Use With
XLT18SO-1 - SOCKET TRANSITION 18SOIC 300MILISPICR1 - ADAPTER IN-CIRCUIT PROGRAMMING309-1011 - ADAPTER 18-SOIC TO 18-DIP309-1010 - ADAPTER 18-SOIC TO 18-DIPAC164010 - MODULE SKT PROMATEII DIP/SOIC
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Connectivity
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16C716-04I/SO
Manufacturer:
Microchip Technology
Quantity:
135
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 PIC16C716-04I/SO