2020-05-09 08:39 AM
STBOX1_PRINTF does not appear to support format %f ? using STM32CUBE IDE 1.0.2
2020-05-09 11:08 PM
What is STBOX1_PRINTF?
If it is done macro leading to the standard <stdio.h>-prototyped printf() family, you may want to search for "newlib-nano printf float" or similar - float prints are disabled in newlib-nano to conserve space.
JW
2020-05-10 10:36 PM