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

octal_psram: PSRAM ID read error: 0x0000000a, PSRAM chip not found or not supported, or wrong PSRAM line mode (IDFGH-14290) #15082

Open
3 tasks done
lmabbe-lm opened this issue Dec 23, 2024 · 1 comment
Assignees
Labels
Status: Opened Issue is new

Comments

@lmabbe-lm
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

ESP-IDF version : 5.3.2
brand: esp32-s3-wroom-1-N16R8.
我想用 psram 和 flash,menuconfig配置如下
image
oct 和 quad 两种模式都试过,都不行。

Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x28 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40375b0c
--- 0x40375b0c: esp_restart_noos at /Users/lmabbe/esp/v5.3.2/esp-idf/components/esp_system/port/soc/esp32s3/system_internal.c:158

SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x19fc
load:0x403c8700,len:0x4
load:0x403c8704,len:0xe8c
load:0x403cb700,len:0x3164
entry 0x403c8940
I (31) boot: ESP-IDF v5.3.2-dirty 2nd stage bootloader
I (31) boot: compile time Dec 23 2024 17:51:28
I (31) boot: Multicore bootloader
I (35) boot: chip revision: v0.2
I (39) boot: efuse block revision: v1.3
I (43) qio_mode: Enabling default flash chip QIO
I (49) boot.esp32s3: Boot SPI Speed : 80MHz
I (53) boot.esp32s3: SPI Mode : QIO
I (58) boot.esp32s3: SPI Flash Size : 16MB
I (63) boot: Enabling RNG early entropy source...
I (68) boot: Partition Table:
I (72) boot: ## Label Usage Type ST Offset Length
I (79) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (87) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (94) boot: 2 factory factory app 00 00 00010000 00100000
I (102) boot: End of partition table
I (106) esp_image: segment 0: paddr=00010020 vaddr=3c020020 size=0a920h ( 43296) map
I (121) esp_image: segment 1: paddr=0001a948 vaddr=3fc93600 size=02f20h ( 12064) load
I (125) esp_image: segment 2: paddr=0001d870 vaddr=40374000 size=027a8h ( 10152) load
I (133) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=182f0h ( 99056) map
I (154) esp_image: segment 4: paddr=00038318 vaddr=403767a8 size=0cda4h ( 52644) load
I (171) boot: Loaded app from partition at offset 0x10000
I (171) boot: Disabling RNG early entropy source...
E (183) octal_psram: PSRAM ID read error: 0x0000000a, PSRAM chip not found or not supported, or wrong PSRAM line mode
E cpu_start: Failed to init external RAM!

abort() was called at PC 0x4037551d on core 0
--- 0x4037551d: call_start_cpu0 at /Users/lmabbe/esp/v5.3.2/esp-idf/components/esp_system/port/cpu_start.c:598

Backtrace: 0x40375bd2:0x3fceb220 0x4037ae29:0x3fceb240 0x403813ed:0x3fceb260 0x4037551d:0x3fceb2d0 0x403ccb38:0x3fceb340 0x403ccf59:0x3fceb380 0x403c89a9:0x3fceb4b0 0x40045c01:0x3fceb570 0x40043ab6:0x3fceb6f0 0x40034c45:0x3fceb710
--- 0x40375bd2: panic_abort at /Users/lmabbe/esp/v5.3.2/esp-idf/components/esp_system/panic.c:463
0x4037ae29: esp_system_abort at /Users/lmabbe/esp/v5.3.2/esp-idf/components/esp_system/port/esp_system_chip.c:92
0x403813ed: abort at /Users/lmabbe/esp/v5.3.2/esp-idf/components/newlib/abort.c:38
0x4037551d: call_start_cpu0 at /Users/lmabbe/esp/v5.3.2/esp-idf/components/esp_system/port/cpu_start.c:598
0x40045c01: ets_run_flash_bootloader in ROM
0x40043ab6: main in ROM
0x40034c45: .stack_ok in ROM

这个是启动日志

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 23, 2024
@github-actions github-actions bot changed the title octal_psram: PSRAM ID read error: 0x0000000a, PSRAM chip not found or not supported, or wrong PSRAM line mode octal_psram: PSRAM ID read error: 0x0000000a, PSRAM chip not found or not supported, or wrong PSRAM line mode (IDFGH-14290) Dec 23, 2024
@nopnop2002
Copy link

nopnop2002 commented Dec 25, 2024

brand: esp32-s3-wroom-1-N16R8

This model is indeed octal PSRAM, but try quad mode PSRAM to be sure.

If you enable [Ignore PSRAM when not found], the system will not reset even if the PSRAM is not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

4 participants