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