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 v6 terminal not working



Hey guys.

I am trying to gather the fundamental stuff for my Tiva C projects (CCS v6). While doing that, I came across an awkward problem. It has been mentioned in some older threads, but I couldn't manage to solve the issue.

Here's the deal:

I cannot print (using UARTprintf) to the built-in terminal of CCS (I am experiencing this for the "hello" project of Tiva C Connected LaunchPad).

If I close that terminal and open another using, say, Tera Term, everything works fine. Hence I don't expect this to be a compiler/linker/debugger error.

Is this some kind of a bug, or may it be due to some port setting (other than baud rate, data bit, parity, stop etc.)?

I am quite new to the platform, so thanks for your inconvenience.