cancel
Showing results for 
Search instead for 
Did you mean: 

MSC Class USB Device descriptor

lukin
Associate III

Hello,

I have setup the USB Device as MSC Class, connected to SD Card so once I connect to PC I can access to SD by Windows Explorer.

It is shown as generic USB Device. How can I configure with a custom name descriptor?

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Community member​ ,

If you are using STM32CubeMX, you can configure your device descriptor from the ( Device Descriptor ) panel.

Otherwise, you can configure the descriptor directly in the usbd_disc.c file.

BeST Regards,

Walid

View solution in original post

1 REPLY 1

Hello @Community member​ ,

If you are using STM32CubeMX, you can configure your device descriptor from the ( Device Descriptor ) panel.

Otherwise, you can configure the descriptor directly in the usbd_disc.c file.

BeST Regards,

Walid