Hi Eduardo Zamora
Thanks for your quick reply.
And Yes, I want to print data on PC, so let me describe more detail about my project.
About Connection:
PC-->Multilink(as firmware flash and debug tool)-->My board's SWD port.
PC-->FTDI USB to UART cable(Using Putty as console)-->My board's UART Pin Header.
About Project :
I import [ frdmkw38_hello_world ] project to test my board as basic test(pin config/clock config etc.....),and I'm sure I've chosen UART as Debug console when I import the project.

About the problem :
When I flash the Hello World project into my board,and reboot it,the putty didn't print out the word.
So I use my Multilink to get into Debug mode,and use [Step Over(F6)] then that it run over PRINTF function,and the [hello word] was printed out and display on Putty.

Normal, if everything is fine, I just flash the firmware into my board and reboot, it should print out data,but now it can print out only if it get into debug mode.
That's the issue what i got.
Thanks and waiting for next guide.
Andy