ESP32-C6 USB Serial/JTAG controller usage
Posted: Tue Mar 19, 2024 3:51 pm
Good morning everyone.
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. From what I understand, the ESP32-C6 board has a USB controller. Despite this, I have not been able to find examples that utilize this controller to send/receive data via USB. On the Espressif repository, only examples compatible with S3 or C3 boards containing the so-called USB OTG are available.
Can anyone help me? For now, I have only managed to write and read via UART as in the "simple console" example. Should I start from this example? I'm not interested in having an interactive console, I just need data to be transmitted and received via USB CDC. I apologize in advance if I seem confused, perhaps I missed something. Thanks in advance.
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. From what I understand, the ESP32-C6 board has a USB controller. Despite this, I have not been able to find examples that utilize this controller to send/receive data via USB. On the Espressif repository, only examples compatible with S3 or C3 boards containing the so-called USB OTG are available.
Can anyone help me? For now, I have only managed to write and read via UART as in the "simple console" example. Should I start from this example? I'm not interested in having an interactive console, I just need data to be transmitted and received via USB CDC. I apologize in advance if I seem confused, perhaps I missed something. Thanks in advance.