2022-06-14 07:35 AM
CubeProgrammer setup already provides signed DFU driver with the inf file containing the below information:
DeviceName = "STM32 Bootloader"
VendorName = "STMicroelectronics"
SourceName = "DFU Install Disk"
DeviceID = "VID_0483&PID_DF11"
DeviceGUID = "{01105872-BF45-43BE-8B67-3C0F2B8CF0D9}"
On customers' computer with multiple drivers installed, it is sometimes difficult to choose the correct driver. We want to automatically select the driver for supported MCUs so that our users do not have to worry about the hassle. The question is: Is it possible to change the DeviceName to something unique such as STM32 Bootloader-*** without re-signing the whole package?
2022-06-15 05:49 AM
2022-06-20 06:33 PM
Okay, thank you.