mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 14:55:30 +02:00
stlink: add st-flash page
This commit is contained in:
parent
96289e570d
commit
e7ba9d8ba8
1 changed files with 15 additions and 0 deletions
15
pages/common/st-flash.md
Normal file
15
pages/common/st-flash.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# st-flash
|
||||||
|
|
||||||
|
> Flash binary files to STM32 ARM Cortex microcontrollers.
|
||||||
|
|
||||||
|
- Read 4096 bytes of the firmware:
|
||||||
|
|
||||||
|
`st-flash read {{firmware.bin}} 0x8000000 4096`
|
||||||
|
|
||||||
|
- Write firmware to device:
|
||||||
|
|
||||||
|
`st-flash write {{firmware.bin}} 0x8000000`
|
||||||
|
|
||||||
|
- Erase firmware from device:
|
||||||
|
|
||||||
|
`st-flash erase`
|
Loading…
Add table
Reference in a new issue