Tool/software: Code Composer Studio
Hi,
When I try to print at uart console a float number example 1.02432 using Display_print() %f. The output is f only. What works is if I use sprintf to store the re-format float value in a char array, then use Display_print.
-kel