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/CC2640R2F: Display_print using %f or float format does not work?

Part Number: CC2640R2F

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