Hi all, I have a problem to show float numbers via sprintf, I'm working with STM32F334I did a program to print via serial the voltage read from ADC, in float format like %4.2f, the problem is that the first time the sprintf generate a valid string wi...