espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.79k stars 7.31k forks source link

ESP32 S3 Wroom Startup is too slow (IDFGH-14081) #14895

Open weoiss1998 opened 2 days ago

weoiss1998 commented 2 days ago

Answers checklist.

IDF version.

5.3.1 and 5.2.3

Espressif SoC revision.

ESP32S3 Wroom

Operating System used.

Windows

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

Development Kit.

ESP32 S3 Wroom Dev Kit

Power Supply used.

USB

What is the expected behavior?

https://docs.espressif.com/projects/esp-techpedia/en/latest/esp-friends/advanced-development/performance/reduce-boot-time.html says after optimizing the startup will be around 27ms.

What is the actual behavior?

In my tests it's at the minimum of 56ms.

Steps to reproduce.

Make optimizations of https://docs.espressif.com/projects/esp-techpedia/en/latest/esp-friends/advanced-development/performance/reduce-boot-time.html and check when a pin goes high.

Debug Logs.

No response

More Information.

I tried it with 5.2.3 and 5.3.1. There is practically no difference. Here is a picture of my logic analyzer: grafik

zztiger123 commented 11 hours ago

Hi @weoiss1998

May I know if you have done every optimization? Especially Disable Boot ROM Log Printing. Need to burn refuses : 企业微信截图_17318958393243

weoiss1998 commented 4 hours ago

Hi @zztiger123 ,

yeah i did this aswell.

grafik

I have discovered that it is an ESP32 S3 WROOM 2, is this perhaps the reason?