After firs loading "Hello world" demo. I dont see any responce on tty terminal.

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

After firs loading "Hello world" demo. I dont see any responce on tty terminal.

516 Views
gerardleemkuil
Contributor I

We are using OM13092 together with MCUXpresso

Downloading for fist time no trouble but for second time after little change the program was not possible.

JP5 is open and downloading going via  J8 Debugger port.

We have never see the Hello World string.

What are we doing wrong.

0 Kudos
1 Reply

418 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Gerard,

Each project as default, comes with semi-host active, this means that everything will be printed in the console of MCUXpresso, that is the reason why you can't see anything. To change this an see the hello world in tyy terminal please follow the next steps:

  1. Select the project in the project explorer.
  2. Select Quick Settings option in the Quickstart Panel.
  3. Select SDK Debug Console 
  4. Select UART Console
  5. Build again the program.

After these steps you should be able to see the hello world in the terminal.

Attach you will find an image where the steps mentioned before are shown.

Have a great day, 

Victor.

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos