I found that this issue is occured when with following sdkconfig.
CONFIG_SPIRAM =y
CONFIG_ESPTOOLPY_FLASHFREQ_120M=y
CONFIG_SPIRAM_SPEED_120M=y
Search found 9 matches
- Mon Jun 12, 2023 1:50 am
- Forum: ESP-IDF
- Topic: Bootloader compatibility in ESP-IDF v5.0
- Replies: 1
- Views: 1024
- Fri Jun 09, 2023 12:00 pm
- Forum: ESP-IDF
- Topic: Bootloader compatibility in ESP-IDF v5.0
- Replies: 1
- Views: 1024
Bootloader compatibility in ESP-IDF v5.0
HI, I use ESP32S3-wroom-1 (N8R2) and current firmware is build with ESP-IDF v4.4.4. We now plan to update to firmware build with ESP-IDF v5.0. So, ESP32S3 works with v4.4.4 bootloder and v5.0 application. In this case, esp_restart() does not work. It hangups in restart sequence. And WDT and panic ha...
- Mon Nov 14, 2022 3:58 am
- Forum: ESP-IDF
- Topic: What means "Flags" of esptool.py get_security_info?
- Replies: 2
- Views: 1621
Re: What means "Flags" of esptool.py get_security_info?
Thanks ESP_Mahavir.
It's so helpful !
It's so helpful !
- Wed Nov 09, 2022 1:44 pm
- Forum: ESP-IDF
- Topic: What means "Flags" of esptool.py get_security_info?
- Replies: 2
- Views: 1621
What means "Flags" of esptool.py get_security_info?
esptool.py get_security_info for ESP32-S3 which enabled flash encryption returns as the following. > esptool.py --chip esp32s3 -p COM24 --before=default_reset --after=no_reset --no-stub get_security_info esptool.py v4.3 Serial port COM24 Connecting.... Chip is ESP32-S3 in Secure Download Mode Enabli...
- Mon Apr 04, 2022 7:44 am
- Forum: ESP-IDF
- Topic: linker crash (ld returned 5 exit status)
- Replies: 1
- Views: 2431
Re: linker crash (ld returned 5 exit status)
Additional information:
I update toolchain to `esp-2021r2-patch3-8.4.0` by modifing "tools/tools.json". (I cherry-picked from master to v4.4.)
But the issue is remain.
Sorry for no reproduce code.
My project is too large to write here.
And I don't know what is the root cause.
Thank you.
I update toolchain to `esp-2021r2-patch3-8.4.0` by modifing "tools/tools.json". (I cherry-picked from master to v4.4.)
But the issue is remain.
Sorry for no reproduce code.
My project is too large to write here.
And I don't know what is the root cause.
Thank you.
- Mon Apr 04, 2022 6:13 am
- Forum: ESP-IDF
- Topic: linker crash (ld returned 5 exit status)
- Replies: 1
- Views: 2431
linker crash (ld returned 5 exit status)
ESP-IDF : v4.4 (commit 8153bfe4125e6a608abccf1561fd10285016c90a) Target : esp32s3 Build OS : Windows 10 pro 64bit In my build, ld exit with error and start Werfault.exe(Windows Error Reporting). Error message is only "collect2.exe: error: ld returned 5 exit status". The following is the analyzation ...
- Tue Mar 29, 2022 12:20 pm
- Forum: ESP-IDF
- Topic: Cannot remove gcc '-I' options for esp-idf include directories.
- Replies: 0
- Views: 893
Cannot remove gcc '-I' options for esp-idf include directories.
I have three components. - The first(A) is the default component 'main'. - The second(B) is the component that abstract esp-idf. - The last one(C) is the application only using the (B)'s api. I want to prohibit accessing the header in esp-idf from (C). In Cmakelist.txt, we configured as following. -...
- Mon Dec 20, 2021 5:10 am
- Forum: ESP-IDF
- Topic: PSRAM ID read error on ESP32-S3-DEVKITC-1-N8R8
- Replies: 1
- Views: 6150
Re: PSRAM ID read error on ESP32-S3-DEVKITC-1-N8R8
To setting the "Mode (QUAD / OCT) of SPI RAM chip in use" on sdkconfig to "Octal Mode PSRAM", PSRAM has worked correctly.
Thank you.
Thank you.
- Fri Dec 17, 2021 1:22 pm
- Forum: ESP-IDF
- Topic: PSRAM ID read error on ESP32-S3-DEVKITC-1-N8R8
- Replies: 1
- Views: 6150
PSRAM ID read error on ESP32-S3-DEVKITC-1-N8R8
I build helloworld on ESP-IDF Eclipse and write it to ESP32-S3-DEVKITC-1-N8R8. ESP-IDF branch is master. commit is 07bfc09d0c8837b4d149e1151c57635a0c02755a. It works correctly. After that, enable "Support for external, SPI-connected RAM" option on sdkconfig, build and write it to same board. On boot...