Other Parts Discussed in Thread: TIDA-01555, ADS8598H, AM2634
Hi
I'm new to processor with PRU as well as real time micro-controllers. I have a requirement to sample 5 channels simultaneously with maximum sampling rate possible.
But here while going through available solution, i'm a bit confused on to use which topology. Below i'm showing what i found to do the same.
Case 1 : Using PRU ICSS
As given in link below, and external ADC is connected to a processor through SPI.
https://www.ti.com/tool/TIDA-01555
1a. But here i'm not sure which processor will support maximum SPI clock rate with PRU ICSS core which will help to increase sampling rate per channel. ADS7863A is ADC with SPI & 2MHz sampling rate.
1b. In processor like AM6548, in addition to PRU core, it also has ADC which samples with 4MSPS. But with this , what is the maximum sampling rate possible per channel for simultaneous operation for 5 channels with 10 bit resolution.
1c. Can i use both PRU as well as ADC together to sample 5 channels at higher sampling rate.
Case 2 : Using ADC of Real time micro-controllers
1a. TMS320F2837xS is a real time microcontroller with 3.5Mbps sampling rate for each 4 channels as per datasheet. But is this having any advantage over case 1.
1b. Is this 3.5MSPS simultaneous sampling rate per channel possible.
1c. Is there any better micro-controllers which has better sampling rate with more no of channels.
Please suggest the best solution possible.