I'm trying to get a large array of data from the LogicPD EVM (c6748) board output into a file. One way to do that is by inserting a printf() function into the DSP code. This will print the data onto the console screen, where I can select/copy/paste it into an Excel spreadsheet file, for example. This method works (I can testify). However, it takes about one-second per data-point. So, a large array of data can easily take hours to upload this way.
I'm looking for a more practical way of uploading the data (from the EVM board up through CCSv4) and outputting the data directly into a file -- fast. I sense there is an easy way to do this.
Thanks ahead of time for your recommendations!