Page 1 of 1

USB CDC without MSC in esp32s3

Posted: Tue Apr 19, 2022 8:59 am
by Kowshik_Bevara
Hi,

I have implemented USB MSC and CDC in the ESP32S3-based device but unfortunately, I'm not able to use CDC without initiating MSC. I'm able to do the opposite that is MSC without CDC.

My primary intention is to use CDC and MSC functions independently.

The link for the reference project I have used for USB CDC and MSC: https://github.com/hathach/tinyusb/tree ... c_freertos

Could someone please help me with this?

Thanks & Regards,
Kowshik