Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_10356' into 'master'
Browse files Browse the repository at this point in the history
Enforce that SPI Flash pins are not for regular usage. (GitHub PR)

Closes IDFGH-8942

See merge request espressif/esp-idf!21582
  • Loading branch information
suda-morris committed Dec 13, 2022
2 parents ff23012 + 1a8816c commit c01f71c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/hw-reference/esp32/get-started-wrover-kit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ SPI Flash / JP2
6 CMD / GPIO11
==== =============

.. note::

SPI Flash pins are used to access the internal flash memory, therefore they are not available to connect external SPI devices. Those pins are exposed for monitoring or for advanced usage only.

.. important::

The module's flash bus is connected to the jumper block JP2 through zero-ohm resistors R140 ~ R145. If the flash memory needs to operate at the frequency of 80 MHz, for reasons such as improving the integrity of bus signals, you can desolder these resistors to disconnect the module's flash bus from the pin header JP2.
Expand Down

0 comments on commit c01f71c

Please sign in to comment.