Hello,
I am using the following hard and software:
- NXP MKE14F512
- Segger J-Link Edu
- MCUXpresso 10.1.1_606
- FREERTOS
I readed the following page to do this:
MCUXpresso SDK API Reference Manual: Debug Console
To init the debug console I use:
BOARD_InitDebugConsole();
From the link above I tried running the following line of code:
PRINTF("Execution timer: %s\n\rTime: %u ticks %2.5f milliseconds\n\rDONE\n\r", "1 day", 86400, 86.4);
You would expect to see 85.4 milliseconds in the print console but I only get spaces.
See attached file.