
st-util
List of commands for st-util:
-
st-util:tldr:473c4 st-util: Connect to GDB server.$ (gdb) target extended-remote ${localhost}:${4500}try on your machineexplain this command
-
st-util:tldr:bf04e st-util: Run GDB server on port 4500.$ st-util -p ${4500}try on your machineexplain this command
-
st-util:tldr:d09b6 st-util: Write firmware to device.$ (gdb) load ${firmware-elf}try on your machineexplain this command