Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_s3_devkit_doc_mspi_pin_issue' into 'master'
Browse files Browse the repository at this point in the history
Doc: added a warning to not use pin 35, 36, 37 on modules with octal

Closes IDFGH-9217

See merge request espressif/esp-idf!22152
  • Loading branch information
Icarus113 committed Jan 30, 2023
2 parents a15830b + d59f77b commit 375aaf8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/en/hw-reference/esp32s3/user-guide-devkitc-1-v1.0.rst
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/en/hw-reference/esp32s3/user-guide-devkitc-1.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Up @@ -75,7 +75,7 @@ ESP32-S3-DevKitC-1 是一款入门级开发板,搭载 Wi-Fi + Bluetooth® LE

.. note::

板载 ESP32-S3-WROOM-2 模组系列的开发板中,管脚 GPIO35、GPIO36 和 GPIO37 已用于内部 ESP32-S3 芯片与 SPI flash/PSRAM 之间的通信,外部不可使用。
在板载 ESP32-S3-WROOM-1/1U 模组系列(使用 8 线 SPI flash/PSRAM)的开发板和板载 ESP32-S3-WROOM-2 模组系列的开发板中,管脚 GPIO35、GPIO36 和 GPIO37 已用于内部 ESP32-S3 芯片与 SPI flash/PSRAM 之间的通信,外部不可使用。


开始开发应用
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/hw-reference/esp32s3/user-guide-devkitc-1.rst
Expand Up @@ -75,7 +75,7 @@ ESP32-S3-DevKitC-1 是一款入门级开发板,搭载 Wi-Fi + Bluetooth® LE

.. note::

板载 ESP32-S3-WROOM-2 模组系列的开发板中,管脚 GPIO35、GPIO36 和 GPIO37 已用于内部 ESP32-S3 芯片与 SPI flash/PSRAM 之间的通信,外部不可使用。
在板载 ESP32-S3-WROOM-1/1U 模组系列(使用 8 线 SPI flash/PSRAM)的开发板和板载 ESP32-S3-WROOM-2 模组系列的开发板中,管脚 GPIO35、GPIO36 和 GPIO37 已用于内部 ESP32-S3 芯片与 SPI flash/PSRAM 之间的通信,外部不可使用。


开始开发应用
Expand Down Expand Up @@ -328,4 +328,4 @@ J3
.. toctree::
:hidden:

user-guide-devkitc-1-v1.0
user-guide-devkitc-1-v1.0

0 comments on commit 375aaf8

Please sign in to comment.