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?

ソリューションへジャンプ
1,221件の閲覧回数
mykhayloshcherb
Contributor I

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

ラベル(1)
0 件の賞賛
返信
1 解決策
1,039件の閲覧回数
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 返信
1,040件の閲覧回数
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