cancel
Showing results for 
Search instead for 
Did you mean: 

STBOX1_PRINTF support for format %f

Henry Jacobs
Associate II

STBOX1_PRINTF does not appear to support format %f ? using STM32CUBE IDE 1.0.2

2 REPLIES 2

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