FRDM-KL03Z and debug console

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FRDM-KL03Z and debug console

987件の閲覧回数
saxen
Contributor II

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

ラベル(3)
0 件の賞賛
2 返答(返信)

572件の閲覧回数
adriancano
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

572件の閲覧回数
saxen
Contributor II

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

0 件の賞賛