PIC12CE518-04I/SN Microchip Technology, PIC12CE518-04I/SN Datasheet - Page 191

no-image

PIC12CE518-04I/SN

Manufacturer Part Number
PIC12CE518-04I/SN
Description
IC MCU OTP 512X12 W/EE 8SOIC
Manufacturer
Microchip Technology
Series
PIC® 12Cr

Specifications of PIC12CE518-04I/SN

Core Processor
PIC
Core Size
8-Bit
Speed
4MHz
Peripherals
POR, WDT
Number Of I /o
5
Program Memory Size
768B (512 x 12)
Program Memory Type
OTP
Eeprom Size
16 x 8
Ram Size
25 x 8
Voltage - Supply (vcc/vdd)
3 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
8-SOIC (3.9mm Width)
For Use With
309-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
-
1997 Microchip Technology Inc.
Example 12-6:
;
; The Timer1 interrupt is disabled, do polling on the overflow bit
;
T1_OVFL_WAIT
;
; Timer has overflowed
;
CLRF
CLRF
CLRF
CLRF
BSF
CLRF
BCF
CLRF
MOVLW
MOVWF
BSF
BTFSS
GOTO
BCF
T1CON
TMR1H
TMR1L
INTCON
STATUS, RP0
PIE1
STATUS, RP0
PIR1
0x3E
T1CON
T1CON, TMR1ON ; Timer1 starts to increment
PIR1, TMR1IF
T1_OVFL_WAIT
PIR1, TMR1IF
Timer1 Initialization (External Oscillator Clock Source)
; Stop Timer1, Internal Clock Source,
;
; Clear Timer1 High byte register
; Clear Timer1 Low byte register
; Disable interrupts
; Bank1
; Disable peripheral interrupts
; Bank0
; Clear peripheral interrupts Flags
; External Clock source with oscillator
;
;
;
T1 oscillator disabled, prescaler = 1:1
circuitry, 1:8 prescaler, Clock source
is asynchronous to device
Timer1 is stopped
Section 12. Timer1
DS31012A-page 12-11
12

Related parts for PIC12CE518-04I/SN