System Grab Bag

View all TLDR pages from common (or from all pages)

st-util

Run GDB (GNU Debugger) server to interact with STM32 ARM Cortex microcontoller. More information: https://github.com/texane/stlink.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.