Skip to content

Commit

Permalink
docs(flash_modes): Correct QIO GPIO pins for all chips
Browse files Browse the repository at this point in the history
Closes #1041

Closes #1040
  • Loading branch information
radimkarnis committed Jan 9, 2025
1 parent d99c972 commit 23f11f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/esptool/flash-modes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These set Quad Flash I/O or Dual Flash I/O modes. Valid values are ``keep``, ``q

Most {IDF_TARGET_NAME} modules use ``qio``, but are also dual I/O.

In ``qio`` mode, two additional GPIOs (9 and 10) are used for SPI flash communications. If flash mode is set to ``dio`` then these pins are available for other purposes.
In ``qio`` mode, two additional GPIOs are used for SPI flash communications. If flash mode is set to ``dio`` then these pins are available for other purposes. Search for ``SPIWP`` and ``SPIHD`` pins in the `{IDF_TARGET_NAME} Technical Reference Manual <https://www.espressif.com/en/support/documents/technical-documents?keys={IDF_TARGET_NAME}+Technical+Reference+Manual>`__ to learn more.

For a full explanation of these modes, see the :ref:`SPI Flash Modes page <spi-flash-modes>`.

Expand Down

0 comments on commit 23f11f0

Please sign in to comment.