Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

타겟 보드 "nRF52840 DK"는 JTAG 디버거 "J-Link OB"와 USB CDC Virtual UART Port 장치를 내장하고 있기 때문에, 이 연결만으로 JTAG 디버거와 UART 통신 기능을 사용할 수 있다.


2. Run "J-Link GDB Server" on the host computer, set as follows, and press the "OK" button.
    호스트 컴퓨터에서 "J-Link GDB Server"를 실행한 다음,  다음과 같이 설정하고 "OK" 버튼을 누른다.

  • Connection to J-Link:
    • USB
  • Target device:
    • nRF52840_xxAA
    • Little Endian
  • Target interface:
    • SWD
    • Speed:
      • Auto Selection

3. Run a UART communication program on the host computer, set as follows, and open UART port.
    호스트 컴퓨터에서 UART 통신 프로그램을 실행한 다음, 다음과 같이 설정하고 UART 포트를 연다.

...