We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7940f commit 0478485Copy full SHA for 0478485
components/psram.rst
@@ -25,6 +25,8 @@ Configuration variables:
25
- **enable_ecc** (*Optional*, bool): For octal mode, enable ECC (Error Correction Code) for the PSRAM (default is off.)
26
ECC is a method of detecting and correcting single-bit errors in memory. It will reduce the available PSRAM size and speed by
27
1/16th, but also increases the rated temperature range of some ESP32 modules.
28
+- **disabled** (*Optional*, bool): Don't try to initialize the PSRAM. This is needed if one of the configured components autoloads psram
29
+ but the ESP32 module doesn't have PSRAM and you need to use one of the PSRAM control lines for something else. e.g. ethernet. Defaults to ``false``.
30
31
Restrictions
32
------------
0 commit comments