Does anybody have working example for K27 bootloader configuration area with changed USB strings?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Does anybody have working example for K27 bootloader configuration area with changed USB strings?

跳至解决方案
770 次查看
mykhayloshcherb
Contributor I

I'v tried as shown in attachments but VID/PID are changed but strings are default

标签 (1)
0 项奖励
回复
1 解答
588 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

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

在原帖中查看解决方案

1 回复
589 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

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