Hello,
I am really new with Kinetis and I am taking my first steps with Kinetis Design Studio. I'm trying to print on terminal (printf) using the debug console.
I run the hello world demo available, and that worked well. However, creating a similar project using PE I can't print anything on screen (I'm using TaraTerm). Any idea?
I've read it could be a clock problem (it seems fls_debug_console is using Conf. 0, with IRC_8MHz). If this is the problem, how can I solve it?
Thank you,
Enrico
Hi,
You might find this thread useful:
UART problem with FRDMKL03 (with KDSK + PE + FreeRTOS)
Hope this information can help you
Best Regards,
Adrian Sanchez Cano
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you for the link, it was very useful to understand the problem.
I've followed the solution proposed here
https://community.freescale.com/thread/336169
I've disabled the auto configuration, and done the configuration manually as shown. Now I can print using LPUART_DRV_SendData. Still, printf doesn't work. Any idea?
Thank you,
Enrico