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.

CCS/TMS320F28035: Exporting data

Part Number: TMS320F28035

Tool/software: Code Composer Studio

Hi ,

I am sensing the voltage values and i am using it as watch variables in my debug window.Is it possible to export these data as a file(excel) so that i could use the results in some other application(say .Matlab).

Regards,

Silpa

  • Silpa,

    You could open the Memory Browser view for the variable of interest and use the Memory Save option to save the contents of memory to a file on your PC. (right-click in the Memory Browser view and select "Save Memory"). This will open a dialog where you can specify the file location, size, and format of the data.

    For more details, check the CCS Help that comes with the product. You can access it under 'Help -> Help Contents'. Once the Help dialog opens, browse to 'Code Composer Studio Help -> Views and Editors -> Memory View'. The topics of interest are 'Saving and Loading Memory Data Files' and 'Data File Formats'.

    Hope this helps!