Other Parts Discussed in Thread: AM625
Tool/software:
Hello,
I have 11 analog signals to convert with 10 bits resolution at 500kSPS. ADC, or ADCs, are not any yet defined.
Assuming SPI generally works with a multiple of 8 bits transfer, if using a single SPI, the clock will be at least 11*16*500k = 88MHz, so I have to solve this...
- Either using the 5 SPI offered by the processor.
- Either using the octal SPI module, and multiple independent ADC with n SPI.MISO pin wired to octalSPI.MISO(n).
I'm not familiar with the oSPI peripheral, and not sure it will be able to do the job. They are designed for memory IF and probably not flexible enough to get data from multiple ADC.
Does anyone experimented something like that ?
Any other way to connect multiple ADC to the AM625 ?
Thank you
Regards