-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3 PSRAM Not Maintained #917
Comments
What exact ESP32-S3 boards are that? Background: there are different PSRAM chips and we don't support all of them. (Probably more a thing for older ESP32) If the example already fails unmodified then something is quite wrong |
Ok, sorry for causing a fuss here, turns out I just misread the datasheet. |
Thanks for confirmation! Great to hear it's working for you |
Hi,
while experimenting with the MMU (tried mmaping flash) I noticed that the PSRAM on the ESP32-S3 does not predictably maintain the set value.
I would assume it is only maintained while it is in cache.
One can replicate the results by modifying the PSRAM example as shown below.
The example also seems to be broken in its default state (Exception occured 'LoadProhibited' when creating the string)
I tested this on two ESP32-S3s with 8MB of PSRAM.
Is this reproducible or did I misinterpret how it can be used?
Thanks for any hints.
The text was updated successfully, but these errors were encountered: