Question
Trying to print float value using stdarg.h file in CubeIDE
I'm using an STM32F4 mcu to receive data from a sensor. Now i want to print that same data which is in float. I've tried using functions like snprintf/sprintf but they give some error about linker flag. Now i've tried to add -u_print_f in the linker command also but it didn't help. It still returns an error. I was hoping to get a simplistic solution for this problem, one that would mean making tweaks in the main print function on stdarg source code.
Thanks
