ESP32 runs wild, can not stop or reboot. Gets hot.
Posted: Wed Apr 17, 2024 9:33 am
I have an ESP32 WROOM dev board that was running my program OK (Arduino esp32).
At a certain point in time, it stopped running my program and got hot. (other esp32 runs the same program OK)
The serial port reads continuously the following at a very high rate, while the 3.3 V chip gets hot (It draws 0.5 Amp!):
(The overheating may be caused by the extreme running program ?);
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
Serial port COM6 closed
again and again, .... endlessly...
I can not stop it, can not reload the program, and running the esptool I get the message:
"COM6 failed to connect: Failed to connect to Espressif device: Wrong boot mode detected (0x1f)! The chip needs to be in download mode."
I tried the boot button, reset, but nothing stops the running or enable program reload.
Is there a way to hard reset the chip?
At a certain point in time, it stopped running my program and got hot. (other esp32 runs the same program OK)
The serial port reads continuously the following at a very high rate, while the 3.3 V chip gets hot (It draws 0.5 Amp!):
(The overheating may be caused by the extreme running program ?);
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
Serial port COM6 closed
again and again, .... endlessly...
I can not stop it, can not reload the program, and running the esptool I get the message:
"COM6 failed to connect: Failed to connect to Espressif device: Wrong boot mode detected (0x1f)! The chip needs to be in download mode."
I tried the boot button, reset, but nothing stops the running or enable program reload.
Is there a way to hard reset the chip?