-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
ESP32S3: Octal SPI RAM support #64757
Comments
Any plans to support PSRAM for ESP32-S3? It's an important feature for this platform. |
Hey, is this still the latest status? |
This is the PR #68760 for hal 5.1 that ended up being merged. So, is this issue still valid? How would you enable it if you were using 3.7? |
PTAL https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SPIRAM_MODE_OCT You also need to enable PSRAM normally and do all other proper configurations. Even though the implementation has bugs, I think this can be closed. |
I am actively using octal SPIRAM on an ESP32-S3 N8R16 module using the |
It works!
Same sample works without sysbuild. Edit: |
That may be an octal flash issue and not PSRAM. A similar issue was opened yesterday here: #83743 |
Make sure vector table and bss_start clean up is performed pior hardwade initialization. Fixes zephyrproject-rtos#83743 zephyrproject-rtos#64757 Signed-off-by: Sylvio Alves <[email protected]>
Make sure vector table and bss_start clean up is performed pior hardwade initialization. Fixes zephyrproject-rtos#83743 zephyrproject-rtos#64757 Signed-off-by: Sylvio Alves <[email protected]>
Currently it is not possible to use the ESP32S3 variants with 8MB PSRAM. See issue #64510.
For me it breaks the use of PSRAM on the XIAO ESP32S3 boards I want to use.
The solution would be to be able to use PSRAM with octal spi.
The text was updated successfully, but these errors were encountered: