2021-02-01 10:32 AM
God moorning
I trying to view the output of sprintf of float value on the terminal I/O using nucleo stm32L4.I am using IAR. but i see just 0.
char pippo_alb[20];
sprintf(pippo_alb,"%g", 27);
In ''project options''->''General Options''->''Library options'', ''Printf formatter'', I specify ''Large'' of ''Full''.
But don' work.
Yu can help me .
Francesco
I try to