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.

TMS320C6678 - Hello Example - No output to console

I built and debugged the Hello Example for the C6678.  I am getting no output to the console.  I have seen a lot of printf questions and answers and cannot figure this out.  Any suggestions?

salvatore   

  • Hi Salvatore,

    Have you used printf() or System_printf() ?

    If you have used printf(), try using " fflush(stdout); " as the next statement.

    If you have used System_printf(), try using " System_flush(); " as the next statement.

    Let me know if it works.