Other Parts Discussed in Thread: CONTROLSUITE
Hello,
We are developing a Control Board based on TMS320F28379D. We need high speed data logging. What I mean by high speed is to write about 20 signals (each a word size) in CSV format in about 20 micro-seconds. I was looking at the reference manual and there is a high speed SPI communications mode. But I am not able to find any example that writes to CSV. Also, given that its a high speed data logging, I want to split the files into n MB size. So, basically, after writing m Samples which is equivalent to n MB file size, I want to close the old file, open new one and start data logging on to the new file. The catch is that I cannot miss any samples during this transition. I plan to use DMA.
I am new to C2000 and I am also a newbie for high speed data logging and file system. Any insight is appreciated. Please advise. I thank you all for your time and help.
Regards,
Archit