ESP32-S3 WROOM-1U Brown-out reset problem and Flashing fails
Posted: Wed Dec 13, 2023 5:31 pm
Hi Team,
I am using ESP32-S3-WROOM-1U-N8 module. I am using UART0 to flash the module. I am able to enter into the download mode when I press & hold IO0 pin and press & release CHIP_EN pin, but I am getting following error in my Arduino IDE console
"A fatal error occurred: Failed to connect to ESP32-S3: Download mode successfully detected, but getting no sync reply: The serial TX path seems to be down"
I connected UART0 with my Laptop and found below logs:
rst:0xf (BROWNOUT_RST),boot:0x13 (DOWNLOAD(USB/UART0))
waiting for download
ESP-ROM:esp32s3-20210327
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
this message is scrolling up continously. I checked all the strapping pin GPIO's and Boot GPIO's as Follow
GPIO0 - Externally Floating and connected to tactile switch button
GPIO46 - Pulled low
GPIO45 - Pulled high
GPIO3 - Pulled low
above are default GPIO state during powering the board.
Please suggest if we use UART Serial Download mode then also do we need to pull down GPIO45 and what could be the reason for the brownout reset detector ?
What is the threshold level of brownout detector for this variant of chip part ?
Thanks in advance for help
I am using ESP32-S3-WROOM-1U-N8 module. I am using UART0 to flash the module. I am able to enter into the download mode when I press & hold IO0 pin and press & release CHIP_EN pin, but I am getting following error in my Arduino IDE console
"A fatal error occurred: Failed to connect to ESP32-S3: Download mode successfully detected, but getting no sync reply: The serial TX path seems to be down"
I connected UART0 with my Laptop and found below logs:
rst:0xf (BROWNOUT_RST),boot:0x13 (DOWNLOAD(USB/UART0))
waiting for download
ESP-ROM:esp32s3-20210327
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
this message is scrolling up continously. I checked all the strapping pin GPIO's and Boot GPIO's as Follow
GPIO0 - Externally Floating and connected to tactile switch button
GPIO46 - Pulled low
GPIO45 - Pulled high
GPIO3 - Pulled low
above are default GPIO state during powering the board.
Please suggest if we use UART Serial Download mode then also do we need to pull down GPIO45 and what could be the reason for the brownout reset detector ?
What is the threshold level of brownout detector for this variant of chip part ?
Thanks in advance for help