Hello.
I work with EVMOMAP-L137 and ADS1178EVM.
How do I connect the ADS1178 converter to the processor to read a few-second sequence of samples? I would like to use DMA, so as not to block the processor.
I tried to use the SPI, but I don’t know how to get the synchronization. I connected DRDY with SPIx_ENA, but it does not work correctly, because DRDY goes to high after first clock tact.
Further ideas that come to mind are: ADS1178 configuration in master mode (slave mode processor) or use Frame Sync interface.
Is it possible to use of this communication McASP interface?
Please help in this regard.