PIC12C672-10/SM Microchip Technology, PIC12C672-10/SM Datasheet - Page 207

no-image

PIC12C672-10/SM

Manufacturer Part Number
PIC12C672-10/SM
Description
IC MCU OTP 2KX14 A/D 8-SOIJ
Manufacturer
Microchip Technology
Series
PIC® 12Cr
Datasheets

Specifications of PIC12C672-10/SM

Core Processor
PIC
Core Size
8-Bit
Speed
10MHz
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
0°C ~ 70°C
Package / Case
8-SOIC (5.3mm Width), 8-SOP, 8-SOEIAJ
For Use With
XLT08SO-1 - SOCKET TRANSITION 8SOIC 150/208AC164312 - MODULE SKT FOR PM3 16SOICISPICR1 - ADAPTER IN-CIRCUIT PROGRAMMING309-1048 - ADAPTER 8-SOIC TO 8-DIP309-1047 - ADAPTER 8-SOIC TO 8-DIPAC124001 - MODULE SKT PROMATEII 8DIP/SOIC
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Connectivity
-
Other names
PIC12C672-10/SMR
PIC12C672-10/SMR
14.3.2
14.3.2.1
14.3.3
14.3.4
1997 Microchip Technology Inc.
Changing Between Capture Modes
CCP Prescaler
Sleep Operation
Effects of a Reset
When the Capture mode is changed, a capture interrupt may be generated. The user should
keep the CCPxIE bit clear to disable these interrupts and should clear the CCPxIF flag bit
following any such change in operating mode.
There are four prescaler settings, specified by bits CCPxM3:CCPxM0. Whenever the CCP mod-
ule is turned off, or the CCP module is not in capture mode, the prescaler counter is cleared. This
means that any reset will clear the prescaler counter.
Switching from one capture prescale setting to another may generate an interrupt. Also, the pres-
caler counter will not be cleared, therefore the first capture may be from a nonzero prescaler.
Example 14-1
This example also clears the prescaler counter and will not generate the interrupt.
Example 14-1:
To clear the Capture prescaler count, the CCP module must be configured into any non-capture
CCP mode (Compare, PWM, or CCP off modes).
When the device is placed in sleep, Timer1 will not increment (since it is in synchronous mode),
but the prescaler will continue to count events (not synchronized). When a specified capture
event occurs, the CCPxIF bit will be set, but the capture register will not be updated. If the CCP
interrupt is enabled, the device will wake-up from sleep. The value in the 16-bit TMR1 register is
not transferred to the 16-bit capture register, but since the timer was not incrementing, this value
should not have any meaning. Effectively, this allows the CCP pin to be used as another external
interrupt.
The CCP module is off, and the value in the capture prescaler is forced to 0.
CLRF
MOVLW
MOVWF
CCP1CON
NEW_CAPT_PS
CCP1CON
shows the recommended method for switching between capture prescale settings.
Changing Between Capture Prescalers
; Turn CCP module off
; Load the W reg with the new prescaler
;
; Load CCP1CON with this value
mode value and CCP ON
Section 14. CCP
DS31014A-page 14-5
14

Related parts for PIC12C672-10/SM