Search found 7 matches

by Jacques_ESCARGO
Tue Aug 27, 2024 1:04 pm
Forum: Hardware
Topic: ESP32-S3 randomly freeze in bootloader with an invalid header error message
Replies: 12
Views: 3671

Re: ESP32-S3 randomly freeze in bootloader with an invalid header error message

Back then, we tested with a additionnal pullup (something like 10k or 20k Ohm)
Today, we tried with a 200 Ohm pullup resistor on GPIO-0. Unfortunatly, it still freezes.
by Jacques_ESCARGO
Mon Aug 26, 2024 7:51 am
Forum: Hardware
Topic: ESP32-S3 randomly freeze in bootloader with an invalid header error message
Replies: 12
Views: 3671

Re: ESP32-S3 randomly freeze in bootloader with an invalid header error message

Hi,

Thank you for sharing your answer.

Our issue seems different, we didn't see the "waiting for download" uart log.
Wiring a pullup resistor to GPIO-0 did not solve our problem.

However, we got other boards with a similar design. None of the 6 new boards freezes on startup.
by Jacques_ESCARGO
Thu Jun 06, 2024 5:11 pm
Forum: Hardware
Topic: ESP32-S3 randomly freeze in bootloader with an invalid header error message
Replies: 12
Views: 3671

Re: ESP32-S3 randomly freeze in bootloader with an invalid header error message

Hi Sprite, We repeated the bug with stabilized 3.3V power supply :/ That was way harder to repeat it with 3.3V than 24V. We don't know if we were unlucky, but we did not repeat the bug with an ESP-PROG plugged beforehand. ESP-Prog plugged with programming interface, without 3.3V or 5V jumper. Thanks...
by Jacques_ESCARGO
Mon Jun 03, 2024 1:37 pm
Forum: Hardware
Topic: ESP32-S3 randomly freeze in bootloader with an invalid header error message
Replies: 12
Views: 3671

Re: ESP32-S3 randomly freeze in bootloader with an invalid header error message

Concerning GPIO 45, We burnt "Fixed 3.3V VDD_SPI" (with "espefuse.py set_flash_voltage 3.3V"). They are the only eFuses we burnt. The bug is still reproducible, nothing has changed. If we understand documentation correctly, GPIO 45 is now ignored as a strapping pin. We tried few things with EN pin :...
by Jacques_ESCARGO
Fri May 31, 2024 1:47 pm
Forum: Hardware
Topic: ESP32-S3 randomly freeze in bootloader with an invalid header error message
Replies: 12
Views: 3671

Re: ESP32-S3 randomly freeze in bootloader with an invalid header error message

Thank you for your feedback :D

We still reproduce the bug with increased R6 (up to 100K).
by Jacques_ESCARGO
Thu May 30, 2024 9:28 am
Forum: Hardware
Topic: ESP32-S3 randomly freeze in bootloader with an invalid header error message
Replies: 12
Views: 3671

Re: ESP32-S3 randomly freeze in bootloader with an invalid header error message

Hi Sprite,

Here is our EN pin routing :
GPIO45_sch_highlighted.png
GPIO45_sch_highlighted.png (36.2 KiB) Viewed 2457 times
GPIO 45 is directly connected to an XPT2046:
Schematic_EN.png
Schematic_EN.png (20.5 KiB) Viewed 2457 times
We use a 24V stabilized supply to power an ETA2845, output 3.3V:
DCDC_sch.png
DCDC_sch.png (52.27 KiB) Viewed 2457 times
by Jacques_ESCARGO
Wed May 29, 2024 9:04 am
Forum: Hardware
Topic: ESP32-S3 randomly freeze in bootloader with an invalid header error message
Replies: 12
Views: 3671

ESP32-S3 randomly freeze in bootloader with an invalid header error message

Hi ! We are struggling with an esp32s3 that randomly blocks in bootloader. After a long power off, the blocking behavior occurs often at its first boot (≈1/5 boots) And almost never when the CPU is powered off during a short time. The previous hardware revision is working fine (tested on 50 boards)....