Search found 6 matches

by Carl-Ge1234
Tue May 12, 2026 3:32 am
Forum: ESP-IDF
Topic: Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason
Replies: 5
Views: 194

Re: Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason

Here's another log during starting the system at loading a 3Mb's file from flash( stucked, and rebooting later on),Log:..........................................................................................................��.HK��ESP_OK
I (746) HibikiWiFiBoard: Scanning I2C bus (7-bit addresses ...
by Carl-Ge1234
Mon May 11, 2026 6:23 am
Forum: ESP-IDF
Topic: Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason
Replies: 5
Views: 194

Re: Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason

Hello, Thanks for your answer. the application is actually stucked, and a few moment later, it restarted, no specific crash indeed.


Hm, there's nothing obvious wrong with the setup you describe. Can you post the stack dump of one of these crashes? Also, can you reproduce this on multiple boards ...
by Carl-Ge1234
Mon May 11, 2026 2:17 am
Forum: ESP-IDF
Topic: Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason
Replies: 5
Views: 194

Re: Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason

Thanks for the reply. However, there's another similar project which uses those SPI pins as the FLASH model, and it worked fine, that's also confused me a lot. Do you have any other suggestion except those ones?


Those SPI pins (SPICSx, SPICLK, SPID,...) are connected to flash and/or PSRAM and ...
by Carl-Ge1234
Sat May 09, 2026 10:27 am
Forum: ESP-IDF
Topic: Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason
Replies: 5
Views: 194

Help: In my esp32s3r8 with PSRAM enabled, my system crashes for no reason

Hello:

Is there anybody who might help on this?

Issue: When PSRAM is enabled, the system crashes during some hardware initialization processes (which then triggers a reboot at the door), affecting the following hardware: LCD, SD, and large files on flash.

Pin definitions:
ESP32S3(主MCU): ESP32S3(主 ...
by Carl-Ge1234
Sat May 09, 2026 3:03 am
Forum: ESP-IDF 中文讨论版
Topic: 求助:esp32s3r8中,我的系统会无缘无故宕机
Replies: 1
Views: 103

Re: 求助:esp32s3r8中,我的系统会无缘无故宕机

🔧 问题描述
当在 sdkconfig 中启用 PSRAM(CONFIG_SPIRAM=y)后,系统在启动过程中初始化某些外设时会频繁崩溃,触发看门狗并不断重启。受影响的外设包括:
* SD 卡(通过 SDMMC 或 SPI 模式访问)
* 从外部 Flash 读取大文件
* LCD 显示屏驱动(通过 SPI 接口)
值得注意的是:在关闭 PSRAM 的情况下,上述所有外设均可单独或协同正常工作;而一旦开启 PSRAM,即使只初始化其中一个外设(如仅挂载 SD 卡),也会在首次 I/O 操作(如 sdmmc_card_init()、f_open() 或 LCD 寄存器写入)时发生死机 ...
by Carl-Ge1234
Fri May 08, 2026 9:11 am
Forum: ESP-IDF 中文讨论版
Topic: 求助:esp32s3r8中,我的系统会无缘无故宕机
Replies: 1
Views: 103

求助:esp32s3r8中,我的系统会无缘无故宕机

Hi,

硬件环境:esp32s3r8+自定义主板
软件环境: idf 5.5.1
问题: 开启PSRAM的系统启动后,会在一些硬件的初始化过程中宕机(然后导致看门口触发重启),这些硬件包括:LCD, SD,flash上面的大文件。
引脚定义:
ESP32S3(主MCU):
GPIO0: ESP_BOOT
GPIO1:I2C_SDA
GPIO2:I2C_SCL
GPIO3:DVP_PCLK
GPIO4:DVP_XCLK
GPIO5:NRF_CS
GPIO6:NRF_SCK
GPIO7:NRF_MOSI
GPIO8:NRF_MISO
GPIO9:NRF_IRQ
GPIO10:ESP_RXD ...

Go to advanced search