Hi there,
I’m using an ESP32-S3 with Native USB (USB Serial/JTAG) (no external USB-UART). USB CDC On Boot is enabled.
What works (normal):
- If I click Upload without pressing any buttons, upload finishes and the sketch runs immediately.
What doesn’t (question):
- If I manually enter Download/Bootloader mode (BOOT held, tap RESET, release BOOT), the upload succeeds, but the board stays “stuck” until I press RESET (or power-cycle).
Is this behavior expected for ESP32-S3 Native USB when Bootloader mode is entered manually, or is there a known reset/exit limitation (or an esptool/Arduino setting) to make it auto-run after flashing?
Thanks!