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/TMS570LC4357: Console only print one line.

Part Number: TMS570LC4357

Tool/software: Code Composer Studio

I try to use printf() to print out ADC data reading.  However there is only one line shown in console window.  Here is my code:

printf("ADC Channel 0 data: %i \r\n", *Channel_0_Data);
printf("ADC Temp Sensor data: %i \r\n", *TempSensor_1_Data);

I believe it is very generic.  Somehow the console only print the first line.   I tried everything still can't figure out what's wrong.

Regards,

XG