how to enable esp32c6 USB settings from sdk.
Posted: Thu Jun 06, 2024 9:45 am
I would like to develop an application with the ESP32-C6 board that appears as a USB peripheral to the PC. When connected to the PC, the application should be able to receive and send data. The ESP32-C6 board has a USB controller; however, I have not been able to find examples that utilize this controller to send and receive data via USB. On the Espressif repository, only examples compatible with the S3 or C3 boards, which contain the USB OTG, are available.
I just need data to be transmitted and received via USB CDC. I apologize if I seem confused; perhaps I missed something. Thank you in advance for your help.
I just need data to be transmitted and received via USB CDC. I apologize if I seem confused; perhaps I missed something. Thank you in advance for your help.