cancel
Showing results for 
Search instead for 
Did you mean: 

DFU with custom VID / PID

slc2015
Associate II

Hi,

We would like to use the standard USB DFU supplied with a STM32H747IGT6 with our own Vendor ID (VID) and Product ID (PID) instead of the default STM VID and PID. We are entering USB DFU mode by pulling the boot mode pin hi. We can run the DFU through the USB without problems, however the device appears in Windows Device Manager as an ST Microelectronics device, and we wish to change the vendor to ourselves. We have a VID and PID for this product and can sign drivers. 

What is the procedure for altering the VID and PID shown by the embedded USB bootloader in STM32H747 from 0x0483 (VID) and 0xdf11 (PID) so that when connecting to a host, the device string descriptors reflect custom data?

 

Thanks!

2 REPLIES 2
Pavel A.
Evangelist III

To alter the VID and PID in the built-in bootloader in the "system ROM" you'll have to order a custom batch of chips from ST. Good luck with that.

 

STOne-32
ST Employee

Dear @slc2015 ,

As explained by @Pavel A. , the only way is to change the embedded Firmware code and update the VID and PID , this is possible only using your own IAP custom bootloader to put in flash . This is not possible with our built in ROM bootloader .

Hope it helps you

STOne-32