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
Hi,
I just tested hello_world SDK demo, PRINTF can print to UART console without problem.
Make sure you enable uart console
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!
-----------------------------------------------------------------------------------------------------------------------