Question
USB Manufacturer String
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"
.....