FRDM K64F - OUTPUT

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FRDM K64F - OUTPUT

928 Views
kofikofi
Contributor I

Hi

Am using P& E Micro bootloader for K64F and that gets me to communicate with the board. Great !!!

 

PLEASE HAVE A LOOK AT THE ATTACHMENT...

 

Now the output to my serial terminal emulator (Putty ) does not make sense. Am running a basic "Hello, world " demo and can't get any meaningful print out tho the MCUexpresso console shows the correct output.

 

How do I fix this... by the way I have tried Tera Term emulator and its the same bad outcome.

 

Kofi

Labels (1)
0 Kudos
1 Reply

701 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

I just tested hello_world SDK demo, PRINTF can print to UART console without problem.

Make sure you enable uart console

pastedImage_1.png

make sure the serial terminal with the following settings:
    - 115200 baud rate
    - 8 data bits
    - No parity
    - One stop bit
    - No flow control


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos