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 ?