sprinf conversion of float is not working for STM32F7
Hi Tarek,
I treid adding “-u _printf_float” to enable float printf. as you suggest but after build i get the following errors?
Building target: EM34.elf
Invoking: MCU GCC Linker
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -mfloat-abi=soft -specs=nosys.specs -specs=nano.specs -Xlinker -u _printf_float -T”../STM32F103CBTx_FLASH.ld” -Wl,-Map=output.map -Wl,--gc-sections -lm -o “EM34.elf” @”objects.list”
arm-none-eabi-gcc.exe: error: _printf_float: No such file or directory
make: *** EM34.elf Error 1
I am using latest updates for STM32 CubeMX, and STM32 Workbench..... I recall this solution used to work on previuos version but not now?
Any suggestions?