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.

Report function not printing to console

Hi,

I tried recreating the uart demo project by myself and I have a problem with the function Report.

In my version of the project it does not print to the console where as in the example project uart demo that I imported it works fine. 

I copied the main.c and the pinmux.h and .c files exactly as they are from the demo project. All the include files are added as well. Everything builds and compiles in both projects, the projects look identical in ccs Editor view.I have no problems except when I run it i get this issue. Below are the 2 screen shots of the terminal window.

Any ideas why the Report wouldnt print to console? Im assuming Im missing something but Ive compared the project properties quite thoroughly.

uart_demo

My project