Skip to content

Commit 6d1f27c

Browse files
authored
st-flash: add Czech translation (#18508)
* st-flash: add Czech translation * st-flash: fix formatting
1 parent f52e4e3 commit 6d1f27c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages.cs/common/st-flash.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# st-flash
2+
3+
> Nahrává binární soubory do STM32 ARM Cortex mikrořadičů.
4+
> Více informací: <https://manned.org/st-flash>.
5+
6+
- Přečíst 4096 bajtů ze zařízení začínající od 0x8000000:
7+
8+
`st-flash read {{firmware}}.bin 0x8000000 4096`
9+
10+
- Zapsat firmware do zařízení začínající od 0x8000000:
11+
12+
`st-flash write {{firmware}}.bin 0x8000000`
13+
14+
- Vymazat firmware ze zařízení:
15+
16+
`st-flash erase`

0 commit comments

Comments
 (0)