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

Print float values on Keil IDE

Hi, 


I am developing a bare-metal project using the stm32F103 MCU (Cortex-M3), under Keil Uvision IDE,

I am not able to print the float values (from the temperature sensor), but it works fine with an integer.

Is there a method to use ,? I tried to implement another printf library but it doesn't work with float.

I have no option to select float value in my IDE as shown in the image.

Thank you.