Skip to content

Commit 39cdec2

Browse files
committed
revert: clear boot control register on ESP32-S3
1 parent 162238c commit 39cdec2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

esptool/targets/esp32s3.py

-6
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,6 @@ def hard_reset(self):
352352
if uses_usb_otg:
353353
self._check_if_can_reset()
354354

355-
# Clear force download boot mode to avoid the chip being stuck in download mode after reset
356-
# workaround for issue: https://github.com/espressif/arduino-esp32/issues/6762
357-
self.write_reg(
358-
self.RTC_CNTL_OPTION1_REG, 0, self.RTC_CNTL_FORCE_DOWNLOAD_BOOT_MASK
359-
)
360-
361355
print("Hard resetting via RTS pin...")
362356
HardReset(self._port, uses_usb_otg)()
363357

0 commit comments

Comments
 (0)