Tool/software: Code Composer Studio
Does TI have a file package that converts numbers to strings?
I want to print the information with the SCI port.
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
Does TI have a file package that converts numbers to strings?
I want to print the information with the SCI port.
The function ltoa is available in the compiler RTS library. This function is not required by the standard. It is provided as a convenience. It is declared in the standard header file stdlib.h.
Thanks and regards,
-George