Files
tldr/pages/common/st-flash.md
2019-05-29 13:41:10 +01:00

17 lines
387 B
Markdown

# st-flash
> Flash binary files to STM32 ARM Cortex microcontrollers.
> Homepage: <https://github.com/texane/stlink>.
- Read 4096 bytes from the device starting from 0x8000000:
`st-flash read {{firmware}}.bin {{0x8000000}} {{4096}}`
- Write firmware to device starting from 0x8000000:
`st-flash write {{firmware}}.bin {{0x8000000}}`
- Erase firmware from device:
`st-flash erase`