Run GDB (GNU Debugger) server to interact with STM32 ARM Cortex microcontoller.
st-util -p {{4500}}
(gdb) target extended-remote {{localhost}}:{{4500}}
(gdb) load {{firmware.elf}}