Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions pages.cs/common/st-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# st-flash

> Nahrává binární soubory do STM32 ARM Cortex mikrořadičů.
> Více informací: <https://manned.org/st-flash>.
- Přečíst 4096 bajtů ze zařízení začínající od 0x8000000:

`st-flash read {{firmware}}.bin {{0x8000000}} {{4096}}`

- Zapsat firmware do zařízení začínající od 0x8000000:

`st-flash write {{firmware}}.bin {{0x8000000}}`

- Vymazat firmware ze zařízení:

`st-flash erase`