In bare-metal KDS3 + KSDK1.2 project using debug_printf, all the remedial steps described in previous posts were tried but none of these fixed the issue.
Finally got float numbers to print correctly by uncommenting the #define PRINTF_FLOAT_ENABLE 1 in the print_scan.h file under the SDK\platform\utilities\src folder!
- What is the correct method (ie.from KDS IDE settings) to get this to work?