We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.