Page 1 of 1

ESP32S3 USB Functionality Switching (HID and CDC (Serial) Simultaneous)

Posted: Mon Mar 18, 2024 6:46 am
by Chintan
I am working on one project and want to use HID profile and CDC simultaneously.

Currently, I am using the Arduino HID library.

If I set the S3 up to be used as an OTG device for HID, am I able to use the Serial/JTAG functionality of the S3 at the same time for flashing and debugging? Does it do all this through the CDC Composite driver?

Thanks!