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/TMS320F28379D: Unable to do printf in CCS8 with tms320f28379d

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

I am unable print values in CCS console using printf. If i am converting the same float value to int it is printing in console.

printf("%f\n",conVal); is the statement.

Header used is #include <stdio.h>

Kindly help.