Skip to content

Commit

Permalink
docs(read_flash_sfdp): Fix command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Oct 2, 2024
1 parent 6d37e30 commit ec309bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/en/esptool/advanced-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,13 @@ A second option ``--non-volatile`` can be used in order to send a ``WREN`` (06h)

.. _read-flash-sfdp:

Read Serial Flash Discoverable Parameters (SFDP)
------------------------------------------------
Read Serial Flash Discoverable Parameters (SFDP): read_flash_sfdp
-----------------------------------------------------------------

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:

::

esptool.py read_flash_sfdp 16 4

This will read 4 bytes from SFDP address 16.
Expand Down

0 comments on commit ec309bb

Please sign in to comment.