Tool/software: Code Composer Studio
I am having issue with serial monitoring integer value (receiving garbage value).
Anyone knows how to convert integer to string?
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.
Tool/software: Code Composer Studio
I am having issue with serial monitoring integer value (receiving garbage value).
Anyone knows how to convert integer to string?
Keith Barkley said:Are you spelling it right? it is el-to-a, not eye-to-a.
This is Mr. Barkley's way of asking whether you have spelled the function name correctly. The function is named ltoa, and not itoa. Carefully note the first character in each name.
Thanks and regards,
-George