Page 1 of 1

Profile USB esp32-c3

Posted: Tue Jan 30, 2024 2:33 am
by baotd_innova
Hi.

I use module esp32-c3-mini-1, esp-idf v4.4 to developing tool. Can you tell me how to edit profile usb esp32c3 in code ? Because My App detect product id and vendor id usb special.

Thanks

Re: Profile USB esp32-c3

Posted: Tue Jan 30, 2024 4:01 am
by ESP_Sprite
You cannot. The USB-serial-JTAG device on the C3 is a fixed function device that cannot be reconfigured. If you need something reconfigurable, I'd suggest to go with a chip that has the USB-OTG functionality, like e.g. the ESP32-S3.