-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
[Question]<PSRAM ID read error> #781
Comments
Does your board has PSRAM ?
About UART0 what do you mean ? the device does not answer when flashing ? what the error ? this is not clear |
that sketch can not work, it has the same error. |
It means the PSRAM is not detected - for that ESP3D cannot do anything I suggest to raise question on ESP32 discord or gitter they may have some clue - as I does not have suche device and so never encounter the issue |
I found the cause of the problem. Because the PSRAM on the chip I'm using is the OCTAL SPI, not the Quad SPI. I set up OPI PSRAM in the Arduino ide and it works. But how do I set this in platform io |
it seems it is
and also
Which arduino settings are working with your PSRAM ? can you share all ? |
I found this https://community.platformio.org/t/how-development-esp32-s3-wroom-2/28232/3 |
have look to this issue too : Sorry I cannot help more as I do not have hw to test |
does it help ? |
I tried that board_build.memory_type = qspi_opi or board_build.memory_type = opi_opi . |
you must add arduino as json has it |
it works. thanks very much. board_build.arduino.memory_type = qspi_opi |
cool |
Does the cam works with ESP3D now ? |
not works. |
[ESP3D][camera.cpp:40] handle_snap(): Camera stream reached |
it can not work.Maybe there's something wrong with my board. I'll keep checking |
HI Luc. |
恭喜恭喜 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The chip I use is esp32-s3-wroom-1 n4r8. When I turn on PSRAM, the prompt error is "E (205) psram: PSRAM ID read error: 0x00ffffff" .
And now I can only use USB to download programs. I can't use UART0. UART0 doesn't respond.
Luc, do you have any solutions? I look forward to your reply
[env:esp32-s3]
platform = espressif32@4.4.0
board = esp32-s3-devkitc-1
;board =esp32s3box
framework = arduino
monitor_speed = 115200
monitor_flags = --echo
monitor_filters = send_on_enter, colorize, esp32_exception_decoder
board_build.f_cpu = 240000000L
board_build.mcu = esp32s3
board_build.variant = esp32s3
; set frequency to 80MHz
board_build.f_flash = 80000000L
board_build.flash_mode = qio
;uncomment and modify if board is not 4MB
;board_upload.flash_size = 16MB
;board_build.partitions = default_16MB.csv
; None
build_flags = -DCORE_DEBUG_LEVEL=0 -DARDUINO_USB_CDC_ON_BOOT=0 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=0 -DCONFIG_IDF_TARGET_ESP32S3=1
-DBOARD_HAS_PSRAM
board_build.partitions = min_spiffs.csv
extra_scripts = pre:platformIO/extra_script.py
upload_speed = 460800
lib_ignore =
TFT_eSPI
The text was updated successfully, but these errors were encountered: