Skip to main content
Henry Jacobs
Associate
May 9, 2020
Question

STBOX1_PRINTF support for format %f

  • May 9, 2020
  • 2 replies
  • 888 views

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

This topic has been closed for replies.

2 replies

waclawek.jan
Super User
May 10, 2020

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