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.

TMS320F28379D: Creating ASCII strings with CCS

Part Number: TMS320F28379D

Greetings,

I am trying to create ASCII strings in our code.  But when I use a string construct such as putting the string within single quotes, the result is a Unicode string with one character per word instead of two characters per word.  The only way I have found to do this is to define it as an array of words with each word containing two characters.  Those characters must be entered by hand using their hex value.  Is there a better way to enter ASCII strings?

Thank you,

Ed