Forrest logo
back to context overview

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 machine
    explain this command
  • st-flash:tldr:77565 st-flash: Erase firmware from device.
    $ st-flash erase
    try on your machine
    explain 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 machine
    explain this command
back to context overview