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.

CCS v5.2 string truncation

I have a TI Demo app that uses a string defined as "abcdefg@yyzxnet.com".

When this string is used by a routine that accesses it by using a pointer, the string seen by the routine is truncated to 12 characters. When I look at the memory location for the string, it is all there.

Anybody have any idea why this would happen?

Peter