This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Printf() not printing floating point values in Nucleo f303k8 - Keil Studio Cloud

Dear mbed community!


I was trying to print a floating point value using printf in Nucleo f303k8, but it is not working..

The following sample code returns %0.1f instead of 0.1.

I tried the solution mention in https://forums.mbed.com/t/printf-function-doesnt-print-floating-point-values-even-after-the-override/12280.

But, unfortunately, the mbed_app.json file cannot be saved after modifications in Keil studio cloud.

Could anyone help me identify the problem?

Thanks