2020-11-23 07: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"
.....
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