LPC802: Can overwrite the BootROM by using self special bootloader functionality?

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

LPC802: Can overwrite the BootROM by using self special bootloader functionality?

632 Views
kjteo
Contributor I

Good day all,

I am fresh to LPC802 and i have been go through the datasheet for NXP LPC802.

I notice that there is a section for Boot ROM which locate at 0x0F00 0000 to 0x0F00 1FFF as show as below

memoryMap.jpg

Let say i got one special bootloader's function which going to use special protocol to run the function, capture the data over UART and flash to internal flash memory, but i notice that this will not match with the current ISP/IAP functionality.

My idea is to clear this Boot ROM section and overwrite with my unique bootloader, is this be possible?

Just worry this section is unable for user to clear on it.

Please advise.

Thanks,

kj

Labels (3)
1 Reply

450 Views
bernhardfink
NXP Employee
NXP Employee

As the name "ROM" says, this memory area is Read-only. You can't erase and reprogram it.

The Boot ROM is an essential part of the chip startup procedure, therefore it is protected after programming in production.

Regards,

Bernhard.