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.

OMAP-L138: How to print 6 fractional floating point?

Genius 13655 points
Part Number: OMAP-L138

Hello Champs,

Customer wanted to print 6 fractional floating point. 

float a = 1.234567;

System_printf("%f\n", a);

System_printf("%.6f\n", a);

But the result is 1.2345

Is there some special to configure?

Thanks
Regards
Shine