ESP32-S3 CONFIG_SPIRAM_SUPPORT doesn't detect PSRAM on platformio #3664
Unanswered
TheMenerv
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need to use PSRAM to manage a big sprite.
I'm with platformio, my platformio.ini is :
in my code I write :
The
Serial.print
show0
and my code crash when I want to use a big sprite.When I search, I found
#if defined (ESP32) && defined (CONFIG_SPIRAM_SUPPORT)
inTFT_eSPI.cpp
and my IDE informe me thatCONFIG_SPIRAM_SUPPORT
is not sets so it disables psram_psram_enable = false;
I precise, this code works with an ESP32 so not with ESP32-S3.
Please help me!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions