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