P87LPC767BN NXP Semiconductors, P87LPC767BN Datasheet - Page 14

no-image

P87LPC767BN

Manufacturer Part Number
P87LPC767BN
Description
MCU 8-Bit 87LP 80C51 CISC 4KB EPROM 3.3V/5V 20-Pin PDIP Tube
Manufacturer
NXP Semiconductors
Datasheet

Specifications of P87LPC767BN

Package
20PDIP
Device Core
80C51
Family Name
87LP
Maximum Speed
20 MHz
Ram Size
128 Byte
Program Memory Size
4 KB
Operating Supply Voltage
3.3|5 V
Data Bus Width
8 Bit
Program Memory Type
EPROM
Number Of Programmable I/os
18
Interface Type
I2C/UART
On-chip Adc
4-chx8-bit
Operating Temperature
0 to 70 °C
Number Of Timers
2

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
P87LPC767BN
Manufacturer:
ST
Quantity:
34 000
Part Number:
P87LPC767BNЈ¬112
Manufacturer:
NXP
Quantity:
3 425
Philips Semiconductors
Code Examples for the A/D
The first piece of sample code shows an example of port configuration for use with the A/D. This example sets up the pins so that all four A/D
channels may be used. Port configuration for analog functions is described in the section Analog Functions.
Following is an example of using the A/D with interrupts. The routine ADStart begins an A/D conversion using the A/D channel number supplied
in the accumulator. The channel number is not checked for validity. The A/D must previously have been enabled with sufficient time to allow for
stabilization.
The interrupt handler routine reads the conversion value and returns it in memory address ADResult. The interrupt should be enabled prior to
starting the conversion.
Following is an example of using the A/D with polling. An A/D conversion is started using the channel number supplied in the accumulator. The
channel number is not checked for validity. The A/D must previously have been enabled with sufficient time to allow for stabilization. The
conversion result is returned in the accumulator.
2002 Mar 25
Low power, low price, low pin count (20 pin)
microcontroller with 4-kbyte OTP and 8-bit A/D converter
; Set up port pins for A/D conversion, without affecting other pins.
; Start A/D conversion.
ADStart:
;
;
; A/D interrupt handler.
ADInt:
ADRead:
ADChk:
mov
anl
orl
orl
setb
orl
orl
ret
push
mov
mov
clr
anl
pop
reti
orl
setb
jnb
mov
clr
anl
ret
PT0AD,#78h
P0M2,#87h
P0M1,#78h
ADCON,A
ADCS
PCON,#01h
PCON,#02h
ACC
A,DAC0
ADResult,A
ADCI
ADCON,#0fch
ACC
ADCON,A
ADCS
ADCI,ADChk
A,DAC0
ADCI
ADCON,#0fch
; Disable digital inputs on A/D input pins.
; Disable digital outputs on A/D input pins.
; Disable digital outputs on A/D input pins.
; Add in the new channel number.
; Start an A/D conversion.
; The CPU could be put into Idle mode here.
; The CPU could be put into Power Down mode here if RCCLK = 1.
; Save accumulator.
; Get A/D result,
;
; Clear the A/D completion flag.
; Clear the A/D channel number.
; Restore accumulator.
; Add in the new channel number.
; Start A/D conversion.
; Wait for ADCI to be set.
; Get A/D result.
; Clear the A/D completion flag.
; Clear the A/D channel number.
and save it in memory.
11
P87LPC767
Product data

Related parts for P87LPC767BN