2023-01-24 10:09 PM
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
2023-01-25 01:15 AM
Hello IHiro.1 (Community Member)
Maybe these discussion will help you.
https://forum.digikey.com/t/easily-use-printf-on-stm32/20157
Regards,
Romain
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.