ESP32-S3-USB-OTG stuck in DOWNLOAD mode; any solutions?
I am using esp32-s3-usb-otg
19 Replies
esp.idf monitor but ..
waiting for download
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x1 (DOWNLOAD(USB/UART0))
Saved PC:0x40041a76
0x40041a76: ets_delay_us in ROM
Yes @Sentinel⛉ you will need to use appropriate software to send the desired code to the ESP32 S3, an Arduino IDE that's if you're using the Arduino environment for development or this ESP IDF when using the Espressif IoT Development Framework and some others tho depending on your specific setup.
What software are you using and the type of code you want to upload
@Marvee Amasi Thanks for your help
Now I am using both of esp.idf 5.22 and Arduino
the normal output of idf.py monitor like this
but now the firmware is stop at
Hardware reseting via RTS pin...
Now I am wondering why I can't monitor esp32-s3
Ok cool, how are you trying to monitor it?
I mean using idf.py monitor
but now the firmware is stop at
Hardware reseting via RTS pin...
A simple google of that tells me you have a few hoops to jump through. I would advice to find out why the specific error is occuring. Then go through the list of items one by one.
Hello @Sentinel⛉ what are u trying to do, are you resting it, loading in a new boot setup or reconfiguring the gpio
@Enthernet Code I am trying to monitor the firmware status by uart.
@Sentinel⛉ did u press and hold d boot button on the Esp32 in the process of monitoring the firmware stats
@Enthernet Code Thanks for your attention
I am going to output some message by serial port from esp32-s3, but I can't monitor it.
It stops at some point like above picture