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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,357 次查看
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

标签 (1)
标记 (1)
1 解答
1,235 次查看
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

在原帖中查看解决方案

1 回复
1,236 次查看
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