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 2b7f511 commit d449701Copy full SHA for d449701
pages/common/st-flash.md
@@ -5,11 +5,11 @@
5
6
- Read 4096 bytes from the device starting from 0x8000000:
7
8
-`st-flash read {{firmware}}.bin {{0x8000000}} {{4096}}`
+`st-flash read {{firmware}}.bin 0x8000000 4096`
9
10
- Write firmware to device starting from 0x8000000:
11
12
-`st-flash write {{firmware}}.bin {{0x8000000}}`
+`st-flash write {{firmware}}.bin 0x8000000`
13
14
- Erase firmware from device:
15
0 commit comments