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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

814件の閲覧回数
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 返信

632件の閲覧回数
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.