PIC16C770/P Microchip Technology, PIC16C770/P Datasheet - Page 113

IC MCU CMOS A/D 2K 20MHZ 20-DIP

PIC16C770/P

Manufacturer Part Number
PIC16C770/P
Description
IC MCU CMOS A/D 2K 20MHZ 20-DIP
Manufacturer
Microchip Technology
Series
PIC® 16Cr

Specifications of PIC16C770/P

Program Memory Type
OTP
Program Memory Size
3.5KB (2K x 14)
Package / Case
20-DIP (0.300", 7.62mm)
Core Processor
PIC
Core Size
8-Bit
Speed
20MHz
Connectivity
I²C, SPI
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
15
Ram Size
256 x 8
Voltage - Supply (vcc/vdd)
4 V ~ 5.5 V
Data Converters
A/D 6x12b
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Processor Series
PIC16C
Core
PIC
Data Bus Width
8 bit
Data Ram Size
256 B
Interface Type
I2C/SPI/SSP
Maximum Clock Frequency
20 MHz
Number Of Programmable I/os
16
Number Of Timers
3
Operating Supply Voltage
2.5 V to 5.5 V
Maximum Operating Temperature
+ 70 C
Mounting Style
Through Hole
3rd Party Development Tools
52715-96, 52716-328, 52717-734
Development Tools By Supplier
ICE2000
Minimum Operating Temperature
0 C
On-chip Adc
6-ch x 12-bit
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
DVA16XP200 - ADAPTER ICE 20DIP/SOIC/SSOPAC164028 - MODULE SKT PROMATEII 20SOIC/DIP
Eeprom Size
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
11.4
Example 11-1 shows an example that performs an A/D
conversion. The port pins are configured as analog
inputs. The analog reference V
and the analog reference V
The A/D interrupt is enabled and the A/D conversion
clock is T
channel.
EXAMPLE 11-1: PERFORMING AN A/D CONVERSION
;
; Ensure that the required sampling time for the
; selected input channel has lapsed. Then the
; conversion may be started.
; Wait for A/D completion and read ADRESH:ADRESL for result.
2002 Microchip Technology Inc.
BSF
CLRF
MOVLW
MOVWF
MOVWF
BSF
BCF
MOVLW
MOVWF
BCF
BSF
BSF
BSF
A/D Conversions
RC
. The conversion is performed on the AN0
STATUS, RP0
ADCON1
0x01
ANSEL
TRISA
PIE1, ADIE
STATUS, RP0
0xC1
ADCON0
PIR1, ADIF
INTCON, PEIE
INTCON, GIE
ADCON0, GO
:
:
REF
REF
;Select Bank 1
;Configure A/D Voltage Reference
;disable AN0 digital input buffer
;RA0 is input mode
;Enable A/D interrupt
;Select Bank 0
;RC clock, A/D is on,
;Ch 0 is selected
;
;Clear A/D Int Flag
;Enable Peripheral
;Enable All Interrupts
;Start A/D Conversion
;The ADIF bit will be
;set and the GO/DONE bit
;cleared upon completion-
;of the A/D conversion.
- is the device AV
+ is the device AV
SS
DD
.
PIC16C717/770/771
DS41120B-page 111

Related parts for PIC16C770/P