Hello,
- Firstly i recommend you do not use the printf() to print to the console , for it
generate greatly code size , for the kl03z32 chip, the memory is limited , so for the KSDK demo
code , it hard to use it , for the KSDK generate great code size , so add the printf() , it maybe overflow.
And also in the demo code you mentioned , the function of "PRINTF()" is print the character to the terminal of PC,
i think this is simple and useful .
If you must use the console , you can create one simple project by yourself , then configure it refer to the DOC
i mentioned before , it can work well , i test it on my side , also attach the project .
- About the frdm-k22 board , it is unstable when download the KSDK demo code , for sometimes we should restart
the PC, or it will show "No source available for..", also recommend you use the PRINTF() to print to the terminal of PC.
For the function is realized on the demo code , we do not change anything.
About why do not recommend you use the console , you can refer to here :Why I don’t like printf() | MCU on Eclipse
Hope it helps
Alice