-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

st-util


> Run GDB (GNU Debugger) server to interact with STM32 ARM Cortex microcontoller.

More information.


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).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:28:10 2024