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