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.

CCS/TMS320C6678: Console backspace or overwrite

Part Number: TMS320C6678

Tool/software: Code Composer Studio

I am trying to display a section of text on the CCS console window that updates frequently. For example: a 30 second countdown that starts at 30 and changes every second until time is out. I would like the text to be overwritten every time a second passes, and I don't want to have a new line for each count down displayed. In other C++ compilers I can use printf("\b") for backspace, or printf("\r"); to return the cursor to the beginning of the line. Is there anything like that, to be able to overwrite text on the console window in code composer studio?

I am using Code Composer Studio 6.1.2 and compiler version: TI v8.1.4