Question
Float value gives hard fault in STMCubeIDE
Hi,
I am using a STM32F4/STM32L4 MCU and STMCube IDE (1.3.0) for the development. It gives ma a hard fault when I print float values.
float value = 3.14f;
printf("Value: %f\r\n", value);I have enable -u _printf_float as mentioned in attached image. Will you please help me to resolve the issue?
