st-util
Run GDB (GNU Debugger) server to interact with STM32 ARM Cortex microcontoller.
- Run GDB server on port 4500:
st-util -p {4500}
- Connect to GDB server:
(gdb) target extended-remote {localhost}:{4500}
- Write firmware to device:
(gdb) load {firmware.elf}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).