Not able to print(printf) float values in STM32L4/F4
Posted on March 08, 2016 at 09:27I 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/2...