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
how to retrieve system time and print it in the console.
If you run under control of Code Composer Studio (CCS), you can use the RTS functions time and printf. The time is obtained from the local host system, and the printf string appears on the CCS Console view.
To perform these same operations while running outside of CCS, then the functions time and printf must be replaced with custom solutions.
Thanks and regards,
-George
The functions time and printf are part of the C standard library that is provided with every C compiler. Because there are many available books, tutorials, and so on which describe these functions, TI does not document them.
Thanks and regards,
-George