STM32F407 failed with printf float
Hello,
I'm trying to setup the system based on SMT32F407 with ThreadX, and enable the print float option for logging feature. Everything works fine!
But when we started stability test, thousands of logs are composed with vsnprintf, but it finally fails in some call, like below shown:
I tried to use "-mfloat-abi=soft" or "softtp" instead of "-mfloat-abi=hard", but no improvement at all. And I tried to find the answer from website, but no lucks for this issue.
Could anyone give me the opinion to resolve this issue?
