Doc: added a warning to not use pin 35, 36, 37 on modules with octal external memory

Closes https://github.com/espressif/esp-idf/issues/10605
This commit is contained in:
Armando
2023-01-30 11:37:30 +08:00
parent e8773d12f2
commit d59f77b8f0
4 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ The key components of the board are described in a counter-clockwise direction.
.. note::
For boards with ESP32-S3-WROOM-2 modules, the pins GPIO35, GPIO36 and GPIO37 are used for the internal communication between ESP32-S3 and SPI flash/PSRAM memory, thus not availablt for external use.
For boards with Octal SPI flash/PSRAM memory embedded ESP32-S3-WROOM-1/1U modules, and boards with ESP32-S3-WROOM-2 modules, the pins GPIO35, GPIO36 and GPIO37 are used for the internal communication between ESP32-S3 and SPI flash/PSRAM memory, thus not available for external use.
Start Application Development

View File

@@ -75,7 +75,7 @@ The key components of the board are described in a counter-clockwise direction.
.. note::
For boards with ESP32-S3-WROOM-2 modules, the pins GPIO35, GPIO36 and GPIO37 are used for the internal communication between ESP32-S3 and SPI flash/PSRAM memory, thus not available for external use.
For boards with Octal SPI flash/PSRAM memory embedded ESP32-S3-WROOM-1/1U modules, and boards with ESP32-S3-WROOM-2 modules, the pins GPIO35, GPIO36 and GPIO37 are used for the internal communication between ESP32-S3 and SPI flash/PSRAM memory, thus not available for external use.
Start Application Development
@@ -328,4 +328,4 @@ For further design documentation for the board, please contact us at `sales@espr
.. toctree::
:hidden:
user-guide-devkitc-1-v1.0
user-guide-devkitc-1-v1.0