Skip to content

Commit ea52ca6

Browse files
committed
Disable SPIRAM bankswitch on esp32
We don't use this facility, which was reserving the last 256kiB of psram.
1 parent 953f44b commit ea52ca6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32.defaults

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,7 @@ CONFIG_SPIRAM_CACHE_LIBFILE_IN_IRAM=y
294294
CONFIG_SPIRAM_CACHE_LIBMISC_IN_IRAM=y
295295
# end of SPIRAM workaround libraries placement
296296

297-
CONFIG_SPIRAM_BANKSWITCH_ENABLE=y
298-
CONFIG_SPIRAM_BANKSWITCH_RESERVE=8
297+
CONFIG_SPIRAM_BANKSWITCH_ENABLE=n
299298

300299
#
301300
# PSRAM clock and cs IO for ESP32-DOWD

0 commit comments

Comments
 (0)