Solved
How to display the float value in Cube IDE .
I am using Sprintf, but I cant see the number in UART
LPS22HH_pressure=LPS22HH_GetPressure();
sprintf(result,"%4.2f", LPS22HH_pressure); // @suppress("Float formatting support")
I have also tried %g

