Uart Terminal not Launching in CodeWarrior 10.6.4?

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

Uart Terminal not Launching in CodeWarrior 10.6.4?

926 Views
vigneshbalaji
Senior Contributor I

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.

 

142084_142084.pngScreenshot (47).png

I even Checked for software updates and did it but still the same.How to Fix this.

Labels (1)
Tags (1)
5 Replies

571 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

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

0 Kudos

571 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

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

0 Kudos

571 Views
vigneshbalaji
Senior Contributor I

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>

0 Kudos

571 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

I have test your project on my side -CW10.6.5 , TRK-KEA128 board,  it can work well:

download:

pastedImage_0.png

after download :

pastedImage_1.png

run:

pastedImage_2.png

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

571 Views
vigneshbalaji
Senior Contributor I

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 thisScreenshot (49).png

0 Kudos