Page 1 of 1

ESP32 S3 Auto detect PSRAM speed

Posted: Wed Aug 02, 2023 5:51 am
by Alberk
Hi,

Is there a configuration that would auto detect the SPIRAM speed?

At the moment, the only way is to manually set the setting below to test.

Code: Select all

# CONFIG_SPIRAM_MODE_QUAD=y
CONFIG_SPIRAM_MODE_OCT=y

Re: ESP32 S3 Auto detect PSRAM speed

Posted: Wed Aug 02, 2023 8:43 am
by ESP_igrr
Unfortunately there is no autodetection for this, you'd have to select the interface used by SPIRAM yourself.