Skip to content

Commit ec309bb

Browse files
committed
docs(read_flash_sfdp): Fix command formatting
1 parent 6d37e30 commit ec309bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/en/esptool/advanced-commands.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,13 @@ A second option ``--non-volatile`` can be used in order to send a ``WREN`` (06h)
122122

123123
.. _read-flash-sfdp:
124124

125-
Read Serial Flash Discoverable Parameters (SFDP)
126-
------------------------------------------------
125+
Read Serial Flash Discoverable Parameters (SFDP): read_flash_sfdp
126+
-----------------------------------------------------------------
127127

128128
The Serial Flash Discoverable Parameters (SFDP) store essential vendor-specific configuration data of the flash memory chip. These parameters help identify and interact with different flash devices. Usage:
129129

130130
::
131+
131132
esptool.py read_flash_sfdp 16 4
132133

133134
This will read 4 bytes from SFDP address 16.

0 commit comments

Comments
 (0)