David sir,
Thanks for your reply.
Actually I am a beginner, and yes you are right, I am using KL03 processor.
And I don't know about processor expert. I am trying to learn with demo codes provided with KDS3.0.0 IDE. when I am trying to print the float value like,
float a=2.4;
PRINTF("%f",a);
I am getting output as ' f ' only, so I searched on forum and enabled the option -u_printf_float with the following:
Properties -> C/C++ build -> Settings -> Cross ARM C Linker -> Miscellaneous -> Use float with nano printf
But, no change in the behavior of printf.
I will be thankful to you if you solve my problem