
st-flash
List of commands for st-flash:
-
st-flash:tldr:40371 st-flash: Write firmware to device starting from 0x8000000.$ st-flash write ${firmware}.bin ${0x8000000}try on your machineexplain this command
-
st-flash:tldr:77565 st-flash: Erase firmware from device.$ st-flash erasetry on your machineexplain this command
-
st-flash:tldr:e6da9 st-flash: Read 4096 bytes from the device starting from 0x8000000.$ st-flash read ${firmware}.bin ${0x8000000} ${4096}try on your machineexplain this command