I'm working on STM32F746 Discovery try to use STemWin. I using cubeMX to gen code for cubeIDE. But i'm stuck, sprintf %f not working. It's return 0x00 and dot instead. For example char str[32];float a = 123.456;sprintf(str, "%f", a);the resultstr[0] ...