-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ESP32-S3] USB OTG Console Example hangs / freezes shortly after boot (IDFGH-7835) #9364
Comments
Hi @chipweinberger, the usb_console example is only supported on ESP32-S2, not on ESP32-S3. Please check the "supported targets" table at the top of the readme. USB CDC console via the USB_OTG peripheral is not implemented on ESP32-S3 yet. There are a couple open issues about this: #8879, #8738. |
Thank you for your response Ivan. That makes more sense. I saw that it was "S2 Only" but thought it was an out-of-date configuration. Happily waiting for it =) |
ESP32-S3 Dev Kit C (w/ 2MB PSRAM)
ESP-IDF v4.4.1
Code: https://github.com/espressif/esp-idf/tree/v4.4.1/examples/system/console_usb
Problem:
After flashing the CDC Console Example to my ESP32-S3, I then plug the ESP32-S3's USB Native port into my computer and call
idf.py monitor
. The device reboots, logs a little bit, then promptly hangs, then reboots, repeat forever...I've also tried adding USB CDC Console support to my own application, and the same issue happens.
Logs:
The text was updated successfully, but these errors were encountered: