AD7715ARU-3REEL7 Analog Devices Inc, AD7715ARU-3REEL7 Datasheet - Page 35

no-image

AD7715ARU-3REEL7

Manufacturer Part Number
AD7715ARU-3REEL7
Description
IC ADC 16BIT SIGMA-DELTA 16TSSOP
Manufacturer
Analog Devices Inc
Datasheet

Specifications of AD7715ARU-3REEL7

Rohs Status
RoHS non-compliant
Number Of Bits
16
Sampling Rate (per Second)
500
Data Interface
DSP, MICROWIRE™, QSPI™, Serial, SPI™
Number Of Converters
1
Power Dissipation (max)
9.5mW
Voltage Supply Source
Analog and Digital
Operating Temperature
-40°C ~ 85°C
Mounting Type
Surface Mount
Package / Case
16-TSSOP (0.173", 4.40mm Width)
For Use With
EVAL-AD7715-3EBZ - BOARD EVALUATION FOR AD7715
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 AD7715ARU-3REEL7