Thanks much. Printf issue is resolved by the solution proposed by Jennie Zhang in the post you provided.
However now I'm having issue with sprintf :
sprintf(out_buff,"%f", flt_val); with the following:
char out_buff[50];
float flt_val;
when I look at out_buff using debugger it is all zeros with flt_val displaying a float as I expect it to.
Can't figure this one out. Is this the GCC arm or KDS.I've used GCC ARM before and never had any issues.
I need to covert a float number to string and I always used sprintf for this purpose successfully until now.
Any ideas?
Thanks,
Koorosh Hajiani