Hello everyone,
Can anyone please tell me what the maximum data rate for the RTDX is? I can't find it anywhere and no one has been able to give me an exact figure. I have tried talking the IT helpline but in vain!!!
I am using the C6713 DSK to acquire an analogue signal and visualise or save it to a host PC. The sampling rate is about 180KS/S (16bit samples). I have separated the ADC code from the main code (ADC in free running mode). The main code waits for a flag to signal that the buffer is full, clears it and initiates the RTDX transfer. At the moment, I am performing a running average on the readings, under-sampling by a factor of 25, collecting 500 samples into a buffer, and then writing it to the RTDX output channel. This gives me a transfer rate of about 7.2KS/S (or 14.4KB/S).
If I reduce the under-sampling factor (i.e. higher transfer rates) I start getting conflicts because the RTDX write function returns a false.
Is this the maximum transfer speed I can get??? If it is, how come it's called REAL-TIME???
What other options do I have to send data to the PC???
Thanks for the help in advance.