Other Parts Discussed in Thread: ADS1278
Hi,
I have a new project where I need to interface TI ADC chip ADS1278. This is a 24bits Analog to Digital converter chip that has 8 input and and 8 Data Output lines. The 8 DOUT lines are serial SPI OUT with a Single shared CLK signal.
In order to communicate with the Chip, I will have to use 8 SPI ports that should share same clock line of the chip. The ADC chip will be Salve to the uController. The ADC provides an Interrupt output that uContoller can use to start collecting the ADC data on all 8 DOUT lines. However, I am not sure how will can the uController collect data because of the fact all 8 channels of the ADC will be transferring DATA synchronously on the 8 SPI-DOUT pins of the ADC Chip.
Alternatively, If I explain the same problem, Imagine uController is waiting on an Input Interrupt line. When Interrupt occurs, the uController needs to collect data on 8 SPI MISO lines such that the SPI CLOCK is shared and the DATA on all 8 SPI-MISO lines are clocked simultaneously with the common CLOCK line.
I thank you in advance for your help.
Regards,
Sahil