NUCLEOのKeil Studioで浮動小数点数を出力する方法

こんにちは。
こちらをお試し下さい。

Also, if you need ISO C compliant floating point formatting in printf(), add this line into the target overrides block:

"target.printf_lib": "std"

Otherwise, by default, floating point numbers cannot be printed at all.