cancel
Showing results for 
Search instead for 
Did you mean: 

USB Manufacturer String

DHinge
Associate II

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"
.....

1 REPLY 1
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.