I'v tried as shown in attachments but VID/PID are changed but strings are default
Solved! Go to Solution.
Hi Mykhaylo Shcherbak
You cannot change the USB String with the Bootloader Configuration Area.
The problem is that in order to execute ROM bootloader, you need to reset the device, and by reset the USB doesn't have access to flash, because it is the bus master 3, and Flash Access Protection Register has "master 3 access protection" as 00.
So you need to grant flash access to USB with FMC->PFAPR, bus as you cannot modify the ROM bootloader, you are not able to modify the USB Strings.
Sorry for the inconveniences that this may cause you.
Best Regards
Hi Mykhaylo Shcherbak
You cannot change the USB String with the Bootloader Configuration Area.
The problem is that in order to execute ROM bootloader, you need to reset the device, and by reset the USB doesn't have access to flash, because it is the bus master 3, and Flash Access Protection Register has "master 3 access protection" as 00.
So you need to grant flash access to USB with FMC->PFAPR, bus as you cannot modify the ROM bootloader, you are not able to modify the USB Strings.
Sorry for the inconveniences that this may cause you.
Best Regards