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
解決済! 解決策の投稿を見る。
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
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