Hi,
I want to print messages on terminal.I am using UART as my default I/O interface.But i am not able to launch the terminal.It gives me this error.
I even Checked for software updates and did it but still the same.How to Fix this.
Hello VIGNESH,
The reason is the missing Low Level UART Support .
For the detail please refer to Tutorial: Printf() with (and without) Processor Expert | MCU on Eclipse
I also create one example for the TRK-KEA128 board on CW10.6 about the print use UART2, you can refer to it.
Hope it helps!
Have a great day,
Alice Yang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello VIGNESH,
Which chip do you used? And what about your project ?
Please create one simple project , then build and debug to have a try , check whether it can work well .
BR
Alice
I used KEA-128.I ran the same sample project Lab 1 for UART Which Freescale
gave as a example for UART !.I have attached the project.
The UART messages will not be shown in the debug console as far as I know
because of I/O options of the project.For seeing that We need to launch
terminal in which i am getting an error and I have attached the Screen shot
of it.
How to Fix this?
On Thu, Mar 3, 2016 at 7:30 AM, Alice_Yang <admin@community.freescale.com>
Hello ,
I have test your project on my side -CW10.6.5 , TRK-KEA128 board, it can work well:
download:
after download :
run:
so there is no error whit the project .
Have you test the simple project on your side , what about the result , and what about your
board , demo board or custom boad?
BR
Alice
Hi Alice,
Thank you.It is working in putty.How do I print messages by printf ???
How to print the messages in Printf?
It is throwing me errors like this