PIC16C715-04/P Microchip Technology Inc., PIC16C715-04/P Datasheet - Page 42

no-image

PIC16C715-04/P

Manufacturer Part Number
PIC16C715-04/P
Description
18 PIN, 3.5 KB OTP, 128 RAM, 13 I/O
Manufacturer
Microchip Technology Inc.
Datasheet

Specifications of PIC16C715-04/P

A/d Inputs
4-Channel, 8-Bit
Cpu Speed
5 MIPS
Eeprom Memory
0 Bytes
Input Output
13
Memory Type
OTP
Number Of Bits
8
Package Type
18-pin PDIP
Programmable Memory
3.5K Bytes
Ram Size
128 Bytes
Speed
4 MHz
Timers
1-8-bit
Voltage, Range
2.5-5.5 V
Lead Free Status / Rohs Status
RoHS Compliant part Electrostatic Device
PIC16C71X
7.4
Example 7-2 shows how to perform an A/D conversion.
The RA pins are configured as analog inputs. The ana-
log reference (V
rupt is enabled, and the A/D conversion clock is F
The conversion is performed on the RA0 pin (channel
0).
EXAMPLE 7-2:
;
;
;
;
DS30272A-page 42
Ensure that the required sampling time for the selected input channel has elapsed.
Then the conversion may be started.
BSF
CLRF
BCF
MOVLW
MOVWF
BSF
BSF
BSF
:
:
A/D Conversions
STATUS, RP0
ADCON1
STATUS, RP0
0xC1
ADCON0
INTCON, ADIE
INTCON, GIE
ADCON0, GO
REF
) is the device V
A/D CONVERSION
DD
. The A/D inter-
; Select Bank 1
; Configure A/D inputs
; Select Bank 0
; RC Clock, A/D is on, Channel 0 is selected
;
; Enable A/D Interrupt
; Enable all interrupts
; Start A/D Conversion
; The ADIF bit will be set and the GO/DONE bit
;
is cleared upon completion of the A/D Conversion.
RC
.
Clearing the GO/DONE bit during a conversion will
abort the current conversion. The ADRES register will
NOT be updated with the partially completed A/D con-
version sample. That is, the ADRES register will con-
tinue to contain the value of the last completed
conversion (or the last value written to the ADRES reg-
ister). After the A/D conversion is aborted, a 2T
is required before the next acquisition is started. After
this 2T
on the selected channel.
Note:
AD
wait, an acquisition is automatically started
The GO/DONE bit should NOT be set in
the same instruction that turns on the A/D.
1997 Microchip Technology Inc.
AD
wait

Related parts for PIC16C715-04/P