-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
opi psram: PSRAM ID read error: 0x00000008, PSRAM chip not found or not supported, or wrong PSRAM line mode #10784
Comments
Update the log and code and print the psram size. If you see it has been printed in the log, it means that psram has been registered successfully. the code#include <WiFi.h> // 摄像头引脚配置 #define CAM_PIN_SIOD 36 #define CAM_PIN_VSYNC 18 #define CAM_PIN_XCLK 38 #define CAM_PIN_D7 16 void setup() {
} void loop() { the logs/Users/lmabbe/.platformio/penv/bin/pio run -t upload -t monitor -e esp32-s3-devkitc-1 Verbose mode can be enabled via
Leaving... |
This is an unexpected error, especially given that OPI PSRAM is initialized in the bootloader by ESP-IDF. There are a few issues with this submission though:
I suggest that you have a look at Use this in your config for v3.0.7
Or this for v3.1.0
Try with those and see if the behavior changes |
@Jason2866 - PTAL. Thanks! |
@lmabbe-lm The Platformio config is not correct. Can you link the board you are using? |
Here is a great overview for the espressif32 S3 modules how to setup with Platformio https://github.com/sivar2311/ESP32-S3-PlatformIO-Flash-and-PSRAM-configurations |
Board
esp32-s3-wroom-1u-n16r8
Device Description
Use ov7670 camera to connect to the motherboard
Hardware Configuration
no
Version
latest master (checkout manually)
IDE Name
clion + platform io
Operating System
macos
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
115200
Description
pio config
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
upload_speed = 115200
monitor_speed = 115200
board_build.arduino.memory_type = qio_opi
board_build.flash_mode = qio
board_build.psram_type = opi
board_upload.flash_size = 16MB
board_upload.maximum_size = 16777216
board_build.extra_flags =
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
build_flags =
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: