PIC16F83-10I/SO Microchip Technology, PIC16F83-10I/SO Datasheet - Page 215

IC MCU FLASH 512X14 EE 18SOIC

PIC16F83-10I/SO

Manufacturer Part Number
PIC16F83-10I/SO
Description
IC MCU FLASH 512X14 EE 18SOIC
Manufacturer
Microchip Technology
Series
PIC® 16Fr

Specifications of PIC16F83-10I/SO

Core Processor
PIC
Core Size
8-Bit
Speed
10MHz
Peripherals
POR, WDT
Number Of I /o
13
Program Memory Size
896B (512 x 14)
Program Memory Type
FLASH
Eeprom Size
64 x 8
Ram Size
36 x 8
Voltage - Supply (vcc/vdd)
4 V ~ 6 V
Oscillator Type
External
Operating Temperature
-40°C ~ 85°C
Package / Case
18-SOIC (7.5mm Width)
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Data Converters
-
Connectivity
-
1997 Microchip Technology Inc.
Example 14-4:
;
; The CCP1 interrupt is disabled,
; do polling on the CCP Interrupt flag bit
;
Compare_Event
;
; Compare has occurred
;
CLRF
CLRF
CLRF
CLRF
BSF
BCF
CLRF
BCF
CLRF
MOVLW
MOVWF
BSF
BTFSS
GOTO
BCF
CCP1CON
TMR1H
TMR1L
INTCON
STATUS, RP0
TRISC, CCP1
PIE1
STATUS, RP0
PIR1
0x08
CCP1CON
T1CON, TMR1ON ; Timer1 starts to increment
PIR1, CCP1IF
Compare_Event
PIR1, CCP1IF
Compare Initialization
; CCP Module is off
; Clear Timer1 High byte
; Clear Timer1 Low byte
; Disable interrupts and clear T0IF
; Bank1
; Make CCP pin output if controlling state of pin
; Disable peripheral interrupts
; Bank0
; Clear peripheral interrupts Flags
; Compare mode, set CCP1 pin on match
;
; This needs to be done before next compare
Section 14. CCP
DS31014A-page 14-13
14

Related parts for PIC16F83-10I/SO