I'm using DE0 Nano board for receiving data from 8 ADC's simultaneously and then sending the entire data to a DSP Board. The ADC uses SPI interface. Also the DSP board is connected using SPI.
Currently I have designed a custom SPI block in VHDL for interfacing multiple ADCs. But it would be alot easier if I can use platform designer to achieve the same.
I need all the SPI masters to collect data from the ADC simultaneously and any delay in sampling would result in wrong results.
Thanks alot in advance.
Om Kolhe