AD7715ANZ-3 Analog Devices Inc, AD7715ANZ-3 Datasheet - Page 35

IC ADC 16BIT SIGMA-DELTA 16DIP

AD7715ANZ-3

Manufacturer Part Number
AD7715ANZ-3
Description
IC ADC 16BIT SIGMA-DELTA 16DIP
Manufacturer
Analog Devices Inc
Datasheets

Specifications of AD7715ANZ-3

Data Interface
DSP, MICROWIRE™, QSPI™, Serial, SPI™
Number Of Bits
16
Sampling Rate (per Second)
500
Number Of Converters
1
Power Dissipation (max)
9.5mW
Voltage Supply Source
Analog and Digital
Operating Temperature
-40°C ~ 85°C
Mounting Type
Through Hole
Package / Case
16-DIP (0.300", 7.62mm)
Resolution (bits)
16bit
Input Channel Type
Differential
Supply Voltage Range - Analogue
3V To 3.6V
Supply Voltage Range - Digital
3V To 5.25V
Supply Current
600µA
No. Of
RoHS Compliant
Sampling Rate
19.2kSPS
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
EVAL-AD7715-3EBZ - BOARD EVALUATION FOR AD7715
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
AD7715ANZ-3
Manufacturer:
INFINEON
Quantity:
12
Part Number:
AD7715ANZ-3
Manufacturer:
ADI/亚德诺
Quantity:
20 000
PORTC &= 0xfb; /* /CS is low */
SPDR = byteword; /* put the byte into data register */
while(!(SPSR & 0x80)); /* wait for /DRDY to go low */
PORTC |= 0x4; /* /CS high */
}
Read(int amount, int reglength)
{
int q;
SPCR = 0x3f;
SPCR = 0x7f; /* clear the interrupt */
DDRD = 0x10; /* MOSI output, MISO input, SCK output */
while(PORTC & 0x10); /* wait for /DRDY to go low */
PORTC & 0xfb ; /* /CS is low */
for(b=0;b<reglength;b++)
}
PORTC|=4; /* /CS is high */
}
{
SPDR = 0;
while(!(SPSR & 0x80)); /* wait until port ready before reading */
*datapointer++=SPDR; /* read SPDR into store array via datapointer */
Rev. D | Page 35 of 40
AD7715

Related parts for AD7715ANZ-3