Versions Compared

Key

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

...

...

OpenOCD 실행 명령 변경

변경 전

Code Block
openocd -f <OpenOCD configuration file name> -c "gdb_port 2331"
openocd -f <OpenOCD configuration file name> -c "gdb_port 2331" -c "hla_serial <ST-Link serial number>"

변경 후

Code Block
openocd -f <OpenOCD configuration file name>
openocd -f <OpenOCD configuration file name> -c "hla_serial <ST-Link serial number>"

...