Skip to content
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

Fix PSRAM on espressif ESP32S3 box and box lite #8129

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

Neradoc
Copy link

@Neradoc Neradoc commented Jun 28, 2023

Fixes #8128
Use sdkconfig from other ESP32-S3 8MB PSRAM boards.
Tested on Espressif ESP32-S3 Box.

Before:

>>> espidf.get_total_psram()
0

After:

>>> espidf.get_total_psram()
8388608

(No other tests)

@StreakingJerry can you test on the box lite ?

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doesn't the auto setting work?

@Neradoc
Copy link
Author

Neradoc commented Jun 28, 2023

Good question, turns out it also seems to auto config the PSRAM by only adding:

CONFIG_ESP32S3_SPIRAM_SUPPORT=y

So I'll go with that instead and see what the tests say.

@Neradoc Neradoc force-pushed the fix-psram-on-esp32s3-box branch from b801f16 to f1d9ee0 Compare June 28, 2023 17:27
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit fad86bf into adafruit:main Jul 5, 2023
@Neradoc Neradoc deleted the fix-psram-on-esp32s3-box branch December 26, 2024 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PSRAM doen't work on esp32_s3_box and esp32_s3_box_lite
2 participants