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: Settings for enabling printf with floating point numbers

Other Parts Discussed in Thread: TM4C1294KCPDT

Tool/software: Code Composer Studio

Hi,

I want to use system_printf() for printing float values. I have made following settings in CCS (Version 6.2):-

1. Set Project Properties->Build->Advanced Options->LibraryFUnctionsAssumptions->Level of printf/scanf support required to "full"

2. Set Project Properties->Build->Arm Compiler->Processor Options->Specify floating point support to FPv4SPD16

When I use %f as format specifier, instead of float value, "f" got printed.

How can I resolve this ?

Regards,

Sandhya