2025-05-17 7:23 AM
Software tool: IAR Workbench 9.60
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <intrinsics.h>
Solved! Go to Solution.
2025-05-17 9:58 AM
check : project->properties->settings : use float with printf...
2025-05-17 8:00 AM
Perhaps need to check box full scanf/printf libraries supporting floating point.
Likely quite large so not enabled by default.
2025-05-17 9:58 AM
check : project->properties->settings : use float with printf...
2025-05-17 6:08 PM
thank you, I found it in this window:
the default is Small, I change it to Full, now it works, I have float printed.
63445
1.234567
by the way, will this configuration increase the hex fill? should I change it back to Small after debugging? so I can save the flash size.