Looking for confirmation that 4 ADS8881 ADCs could successfully be connected to the McASP of the C6748. I couldn't find any documentation that spoke to interfacing an SPI converter to the McASP. If you have any it would be most helpful to receive it.
Here are a few details of what needs to be accomplished and what seems to be a probable interface approach.
- the system needs to simultaneously sample all 4 converters.
- the converters need to sample at approx 500KSPS.
- only the 16 most significant bits of the 18 converter bits are required.
- from a read of the spec for the MCASP and the ADC it would appear they could be interfaced by configuring the McASP in I2S mode and make use of the left/right frame sync as the signal to trip the conversion and then read two channels. Since the ADC is a single channel the first one would be ignored and EDMA could be used to pull out the useful channel.
That's the strawman outline. Hoping you can provide either further guidance here or through an app note or perhaps a reference design.
Many thanks.