We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52e4e3 commit 6d1f27cCopy full SHA for 6d1f27c
pages.cs/common/st-flash.md
@@ -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