Question
Not able to print(printf) float values in STM32L4/F4
Posted on March 08, 2016 at 09:27
I am using STM32L476RG/F401RE nucleo board and trying to view the output of printf of float value on the terminal I/O.I am using IAR.
But what I am getting is this : value = %ffor the below code : float value = 168/21617.0printf(''value = %f '' ,value) ;I am already using the semihosting option ticked.Is there any specific setting/condition?It doesn't happens with STM32F29I Disco.Br.Rp #!stm32 #rtfm