Skip to main content
Visitor II
November 23, 2020
Question

USB Manufacturer String

  • November 23, 2020
  • 1 reply
  • 1267 views

Hi

I have developed a product based on STM32F411 for commercial use, but dont have USB VID. My question is, can I use below combination of VID - 0x0483, PID - 0xAB12 and my company name as Manfacturer string for my product which is going to market in short time.

#define USBD_VID 0x0483
#define USBD_PID 0xAB12
#define USBD_LANGID_STRING 0x409
#define USBD_MANUFACTURER_STRING "myCompanyName"
#define USBD_PRODUCT_HS_STRING "myProduct in HS Mode"
.....

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 24, 2020

    There is an official way to do this as it needs to be listed through the USB-IF and requires permission to be sublicensed.

    Please contact your local STMicroelectronics sales office directly or through your preferred distributor.

    When your question is answered, please close this topic by choosing Select as Best.

    Good luck!

    /Peter