Closed
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
I have enable the config as show below and when deployed on a non PSRAM hardware the WIFI will not connect. Is there a workaround or additional config that would make this work? The same exact code would work if CONFIG_ESP32_SPIRAM_SUPPORT
is set to n
IDF: 4.4.5
for ESP32
CONFIG_ESP32_SPIRAM_SUPPORT=y
CONFIG_SPIRAM_BOOT_INIT=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
for ESP32 S3
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
CONFIG_SPIRAM_BOOT_INIT=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
Update:
Additional Information. when calling the esp_wifi_init
it return out of memory error (257).
Activity