PIC12CE519-04/SN Microchip Technology, PIC12CE519-04/SN Datasheet - Page 207

no-image

PIC12CE519-04/SN

Manufacturer Part Number
PIC12CE519-04/SN
Description
IC MCU OTP 1KX12 W/EE 8SOIC
Manufacturer
Microchip Technology
Series
PIC® 12Cr

Specifications of PIC12CE519-04/SN

Core Processor
PIC
Core Size
8-Bit
Speed
4MHz
Peripherals
POR, WDT
Number Of I /o
5
Program Memory Size
1.5KB (1K x 12)
Program Memory Type
OTP
Eeprom Size
16 x 8
Ram Size
41 x 8
Voltage - Supply (vcc/vdd)
3 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Package / Case
8-SOIC (3.9mm Width)
For Use With
ISPICR1 - ADAPTER IN-CIRCUIT PROGRAMMING309-1046 - ADAPTER 8-SOIC TO 8-DIP309-1045 - ADAPTER 8-SOIC TO 8-DIP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Data Converters
-
Connectivity
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC12CE519-04/SN
Manufacturer:
Microchip
Quantity:
360
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 PIC12CE519-04/SN