From ec309bb35ffbebdab43829d4dfc675aff4db218a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Karni=C5=A1?= Date: Wed, 2 Oct 2024 13:44:54 +0200 Subject: [PATCH] docs(read_flash_sfdp): Fix command formatting --- docs/en/esptool/advanced-commands.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/esptool/advanced-commands.rst b/docs/en/esptool/advanced-commands.rst index 905739ba27..533145823e 100644 --- a/docs/en/esptool/advanced-commands.rst +++ b/docs/en/esptool/advanced-commands.rst @@ -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.