Skip to content

Commit 23f11f0

Browse files
committed
docs(flash_modes): Correct QIO GPIO pins for all chips
Closes espressif#1041 Closes espressif#1040
1 parent d99c972 commit 23f11f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/esptool/flash-modes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These set Quad Flash I/O or Dual Flash I/O modes. Valid values are ``keep``, ``q
3636

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

39-
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.
39+
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.
4040

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

0 commit comments

Comments
 (0)