This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

audio files on CCS



Hi all,

Does code composer studio take only .dat files as input.  I am working with audio signals, reading from a file and saving it to temporary buffer until end of file.  It doesnt seems to be a better approach to convert audio file into .dat  as the file on conversion is becoming so huge(150 MB).

Any alternatives??

-aamer

 

  • If you are loading the file through your code (i.e. fopen(), fread(), etc.) than you should be able to access a raw file of whatever data you want.

    However if you want to load a raw file to your target from CCS directly, in CCS 3.3 this is not possible out of the box, and I do not know of a publicly posted solution for CCS 3.3 to allow this, in CCSv4 this functionality is in place out of the box however as shown in this demo (I believe this is publicly accessible).