ESP32 and ESP32 S3 with SPIRAM Support
Posted: Sat Jul 29, 2023 1:35 am
Hi,
I have firmware compiled with SPIRAM support but deployed onto ESP32 and ESP32 S3 hardware without PSRAM. One issue I have is that Wifi does not connect, is there any other settings to get this working? The same exact code would work if CONFIG_ESP32_SPIRAM_SUPPORT is set to n
IDF 4.4.5
for ESP32
for ESP32 S3
I have firmware compiled with SPIRAM support but deployed onto ESP32 and ESP32 S3 hardware without PSRAM. One issue I have is that Wifi does not connect, is there any other settings to get this working? The same exact code would work if CONFIG_ESP32_SPIRAM_SUPPORT is set to n
IDF 4.4.5
for ESP32
Code: Select all
CONFIG_ESP32_SPIRAM_SUPPORT=y
CONFIG_SPIRAM_BOOT_INIT=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
Code: Select all
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
CONFIG_SPIRAM_BOOT_INIT=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y