Skip to main content
lukin
Associate III
April 8, 2021
Solved

MSC Class USB Device descriptor

  • April 8, 2021
  • 1 reply
  • 781 views

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

This topic has been closed for replies.
Best answer by Walid ZRELLI

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

1 reply

Walid ZRELLI
Walid ZRELLIBest answer
Visitor II
July 7, 2021

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