PIC12C672-04E/MF Microchip Technology, PIC12C672-04E/MF Datasheet - Page 214

no-image

PIC12C672-04E/MF

Manufacturer Part Number
PIC12C672-04E/MF
Description
IC PIC MCU 2KX14 8DFN
Manufacturer
Microchip Technology
Series
PIC® 12Cr
Datasheets

Specifications of PIC12C672-04E/MF

Core Processor
PIC
Core Size
8-Bit
Speed
4MHz
Peripherals
POR, WDT
Number Of I /o
5
Program Memory Size
3.5KB (2K x 14)
Program Memory Type
OTP
Ram Size
128 x 8
Voltage - Supply (vcc/vdd)
3 V ~ 5.5 V
Data Converters
A/D 4x8b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 125°C
Package / Case
8-DFN
For Use With
AC164324 - MODULE SKT FOR MPLAB 8DFN/16QFNXLT08DFN2 - SOCKET TRANSITION ICE 14DIP/8DFNXLT08DFN - SOCKET TRANSITION ICE 8DFNAC164032 - ADAPTER PICSTART PLUS 8DFN/DIPAC124001 - MODULE SKT PROMATEII 8DIP/SOIC
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Connectivity
-
PICmicro MID-RANGE MCU FAMILY
14.6
DS31014A-page 14-12
Initialization
The CCP module has three modes of operation.
mode,
tialization of PWM mode.
Example 14-3:
;
; The CCP1 interrupt is disabled,
; do polling on the CCP Interrupt flag bit
;
Capture_Event
;
; Capture has occurred
;
CLRF
CLRF
CLRF
CLRF
BSF
BSF
CLRF
BCF
CLRF
MOVLW
MOVWF
BSF
BTFSS
GOTO
BCF
Example 14-4
CCP1CON
TMR1H
TMR1L
INTCON
STATUS, RP0
TRISC, CCP1
PIE1
STATUS, RP0
PIR1
0x06
CCP1CON
T1CON, TMR1ON ; Timer1 starts to increment
PIR1, CCP1IF
Capture_Event
PIR1, CCP1IF
Capture Initialization
shows the initialization of compare mode, and
; CCP Module is off
; Clear Timer1 High byte
; Clear Timer1 Low byte
; Disable interrupts and clear T0IF
; Bank1
; Make CCP pin input
; Disable peripheral interrupts
; Bank0
; Clear peripheral interrupts Flags
; Capture mode, every 4th rising edge
;
; This needs to be done before next compare
Example 14-3
shows the initialization of capture
1997 Microchip Technology Inc.
Example 14-5
shows the ini-

Related parts for PIC12C672-04E/MF