mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
10 lines
389 B
Plaintext
10 lines
389 B
Plaintext
MEMORY
|
|
{
|
|
BL (rx) : ORIGIN = 0x08000000, LENGTH = 0x008000 - 0x000080
|
|
BD_INFO (r) : ORIGIN = 0x08008000 - 0x80, LENGTH = 0x000080
|
|
RSVD (rx) : ORIGIN = 0x08008000, LENGTH = 0x010000 - 0x008000
|
|
FLASH (rx) : ORIGIN = 0x08010000, LENGTH = 0x070000
|
|
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x020000
|
|
}
|
|
REGION_ALIAS("CCSRAM", SRAM);
|