Tool/software: Code Composer Studio
Hi,
Is there a way to pipe the output in the console to a file.
I am using printf() to print to the console screen, but I would like to pipe that to a file using CCS. Can you suggest a way to do this?
Regards,
sal
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
Hi,
Is there a way to pipe the output in the console to a file.
I am using printf() to print to the console screen, but I would like to pipe that to a file using CCS. Can you suggest a way to do this?
Regards,
sal
Hi Sal,
Please check this thread: https://e2e.ti.com/support/tools/ccs/f/81/t/611485
Hope this helps!
Hi Sal,
Are you still using CCS to load and debug the .out file, even if not using a CCS project to build? If so, you can access that property from the menu Run->Debug Configurations, as it is tied to a debug configuration rather than a project. Unless I am misunderstanding your use-case.