what does "Download the program to the target board." mean in the lpc54018iotmodule_hello_world?

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

what does "Download the program to the target board." mean in the lpc54018iotmodule_hello_world?

Jump to solution
641 Views
jianyren
Contributor I

I am working on the hello world example from the SDK examples lpc54018iotmodule_hello_world. In the readme.txt it says

1.  Connect a micro USB cable between the host PC and the LPC-Link USB port (J8) on the target board.

2.  Open a serial terminal with the following settings:

...

3.  Download the program to the target board.

4.  Launch the debugger in your IDE to begin running the demo.

I was wondering what does the 3 mean exactly? what target board? some screenshot will be appreciated.

Thanks,

Jianyi

Labels (1)
Tags (1)
1 Solution
519 Views
radomirkozub-re
NXP Employee
NXP Employee

Hi, 

This simply means that you use debugger to load bin file to memory by clicking Debug, 

and then (as it should be stopped on main()  run it) see picture step 3  and step 4 

Radomir

pastedImage_1.png

View solution in original post

1 Reply
520 Views
radomirkozub-re
NXP Employee
NXP Employee

Hi, 

This simply means that you use debugger to load bin file to memory by clicking Debug, 

and then (as it should be stopped on main()  run it) see picture step 3  and step 4 

Radomir

pastedImage_1.png