2021-04-08 01:01 AM
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
Solved! Go to Solution.
2021-07-07 03:03 AM
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
2021-07-07 03:03 AM
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