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

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

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

1,079 次查看
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

标签 (3)
1 回复

897 次查看
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.