hi,
I need some basic information regarding this ADC. I am using it in my final year project and planning to use it in the SPI format and time domain multiplexed mode (TDM).
As per my information there are the following pins in SPI interface :
1. serial Clock
2. MISO/ MOSI
3. chip select
i am using a 32-bit AVR microcontroller as a master device . my questions are :
a) which pin of this ADC will be used as the chip select pin .
b) MISO pin wil be the DRDY/FSYNC pin ?
c) if the data line is the DRDY/FSYNC pin that how am i suppose to code my master chip (32-bit controller) ? i mean that suppose i have given analog signals on all the 8 input channels .. will the DRDY(active low) pin will get low after every 24 bits i.e the output of one channel ????
how am i suppose to know that output of one channel is ready to be taken into my master device. please somebody help me i am so confused about it :(