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.

Problem when I with memory save for using in Matlab

Hi,

I'm using C6678 with CCS 5.

I select some memory cells and perform save memory from Memory browser in hex32 ti style due that I can't save in single float format.

in the saved file I remove the first line with any editor to get only the hex numers.

I selected in CCS -> Preferences -> C/C++ -> debug Character encoding UTF-8 instead of Default (windows 1255).

In matlab I open the file, and I perform the following sentence:

data =textscan(fid,'%s'); in order to read the data.

Always I receive the warning:

Warning: The encoding 'windows - 1255' is not supported.

Please could you tell me if I need to change in another place in CCS preferences in order to cancell the windows 1255 format?

Thanks in advance.

Carlos

  • Moved this thread to correct(CCS) forum however we may not support matlab issues.
    Thank you.
  • Thanks for moving this thread to the ccs forum.
    My question is not a matlab question.
    My question is why when I chose a different format instead of windows 1255, I supposed I received the saved file from CCS in another format and not in windows 1255.

    Carlos