USB Manufacturer String
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-23 7:22 AM
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"
.....
Labels:
- Labels:
-
STM32F4 Series
-
USB
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-24 12:34 AM
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.
