Running a Simple Application Example 간단한 응용 예제 실행하기
1.
...
Open VSCode Run view by selecting the following menu
...
- Working directory 작업 디렉토리: "<project directory>/make"
Code Block | ||
---|---|---|
| ||
make CONFIG_DIR=../library/ubinos/app CONFIG_NAME=helloworld_mt_nrf52840dk load |
2. Execute the executable binary file loaded on the target board.
타겟 보드에 적재된 실행 바이너리 파일을 실행한다.
- Working directory 작업 디렉토리: "<project directory>/make"
Code Block | ||
---|---|---|
| ||
make CONFIG_DIR=../library/ubinos/app CONFIG_NAME=helloworld_mt_nrf52840dk run |
...
To stop the execution, enter "Control-C" to stop the make target "run", then execute the make target "reset".
...
다음 메뉴를 선택해 브이에스코드의 실행 뷰를 연다.
- VSCode → View → Run
2. Select the following run configuration at the VSCode Run view
브이에스코드 실행 뷰에서 다음 실행 구성을 선택한다.
- ARM Target (build load)
3. Start build, load, debugging by selecting the following menu
다음 메뉴를 선택해 빌드, 로딩, 및 디버깅을 시작한다.
- VSCode → Run → Start Debugging