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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
637 Views
mykhayloshcherb
Contributor I

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

Labels (1)
0 Kudos
1 Solution
455 Views
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

View solution in original post

1 Reply
456 Views
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