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.
Have you checked this link https://stackoverflow.com/questions/8345581/c-printf-a-float-value ?
I have already checked it, i think Keil IDE doesn't support float values ... maybe i should implemnt the printf function with float ... thank's for repsonse
Definitely supports floats