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