mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
NXPHlite-V3:Prep for bootloader of 24K load address is 0x6000
This commit is contained in:
committed by
Daniel Agar
parent
881fbd2197
commit
cb58fa5131
@@ -49,9 +49,9 @@
|
|||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
vectflash (rx) : ORIGIN = 0x00000000, LENGTH = 1K
|
vectflash (rx) : ORIGIN = 0x00006000, LENGTH = 1K
|
||||||
cfmprotect (rx) : ORIGIN = 0x00000400, LENGTH = 16
|
cfmprotect (rx) : ORIGIN = 0x00006400, LENGTH = 16
|
||||||
progflash (rx) : ORIGIN = 0x00000410, LENGTH = 2M - (1K + 16)
|
progflash (rx) : ORIGIN = 0x00006410, LENGTH = 2M - ((6*4K) + 1K + 16)
|
||||||
datasram (rwx) : ORIGIN = 0x1fff0000, LENGTH = 256K
|
datasram (rwx) : ORIGIN = 0x1fff0000, LENGTH = 256K
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user