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.

Unicode or ascii

Other Parts Discussed in Thread: TMS320F28069

Hello to everybody.

I have a question.

I'm using dsp tms320f28069 and code composer studio v4.

I have see that every character in C strings

consume a word (16 bit) memory instead of 1 single byte.

For example char title[30] = "Texas"; is mapped like

0x0054 0x0065 0x0078 0x0061 0x0073 0x0000

 

The question is: does tms320f28069 use Uinicode chars ?