ESP32-S3 does not boot until Serial console is attached. (Using CDC on Boot). #8238
Closed
1 task done
Labels
Status: Awaiting triage
Issue is waiting for triage
Board
Lolin ESP32-S3 Mini, TinyS3 by UM
Device Description
plain board
Hardware Configuration
no gpio in use
Version
latest master (checkout manually)
IDE Name
CLION
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
115200
Description
Hi all...
I'm using an Esp32-S3 (from Lolin and from Unexpected Maker)
to use the Serial.print() on the ESP32-S3 I need to add this build_flags:
‘-D ARDUINO_USB_MODE=1’
‘-D ARDUINO_USB_CDC_ON_BOOT=1’
to my platformio.ini.
If I add this flags I can correctly print to Serial but the microcontroller doesn’t “boot” automatically.
If I connect the microcontroller to a power bank, the sketch does not start,
if I connect it to the usb the sketch does not start until I open the Serial monitor.
how this is possible?
Sketch
https://github.com/sblantipodi/glow_worm_luciferin/tree/reduced_footprint
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: