-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
Crash when enabling PSRAM moving from 6.5.0 to 6.6.0 #1360
Comments
Following as I have the same issue with my esp32-cam board (ESP32-D0WD). |
I'm also facing this issue using ESP32-D0WD-V0 hardware (ESP32-CAM board). Note: Compiling same project with ESP32S3 hardware (XIAO ESP32S3 Sense) -> No issues |
Thanks for reporting, could someone experiencing this issue try the upstream version of the platform? [env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev |
I've just tested latest development version. ESP32 device is not crashing anymore. |
I can also confirm that the issue has been fixed for my board, using the devel branch with toolchain 13.2.0. Thanks. |
Just tried the latest 6.7.0 release and can confirm it's not crashing anymore when external RAM is configured and used. |
Module: ESP32-WROVER-E (ESP32-D0WD-V3)
My project is literally this:
Works fine with 6.5.0 when external RAM option is enabled in menuconfig (no other defaults changed).
When compiling with 6.6.0 it crashes and produces the following stacktrace:
The text was updated successfully, but these errors were encountered: