Page 1 of 1

USB-MSC on ESP32-C3

Posted: Mon Sep 12, 2022 10:03 am
by Lalith1011
I had gone through the datasheet of the ESP32-C3 family of SOCs. It is mentioned that the USB features supported are serial (CDC-ACM to be specific) and JTAG. There is no info about the USB-MSC feature. Can we implement USB-MSC on ESP32-C3? (eventually a combination of both: USB-MISC)

Re: USB-MSC on ESP32-C3

Posted: Tue Sep 13, 2022 12:00 am
by ESP_Sprite
No. The USB-JTAG-serial device is a fixed function device that only supports, you guessed it, JTAG and serial.

Re: USB-MSC on ESP32-C3

Posted: Fri Oct 21, 2022 2:29 am
by Lalith1011
Thanq so much for the confirmation!