Page 1 of 1

ESP32S3 disconnects and reboots unexpectedly

Posted: Thu Jan 12, 2023 6:16 am
by twinkle.goyal
Hi,
I am using an ESP32S3-WROOM-1 for my custom application. I am using ESP-IDF on Ubuntu for the same.
I am observing this strange behavior during monitor, my ESP32 disconnects and reboots.

Code: Select all

device reports readiness to read but returned no data (device disconnected or multiple access on port?)
Waiting for the device to reconnect.
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x4201605a
0x4201605a: esp_pm_impl_waiti at /home/twinkle/esp/esp-idf/components/esp_pm/pm_impl.c:839
I am unable to find the root cause or fix for this. Would really appreciate any insight into the same.

Thank you.