1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/pios/stm32f4xx/link_STM32F4xx_RN_bl_memory.ld
2015-05-18 18:52:09 +02:00

10 lines
388 B
Plaintext

MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x008000 - 0x000080
BD_INFO (r) : ORIGIN = 0x08008000 - 0x80, LENGTH = 0x000080
RSVD (rx) : ORIGIN = 0x08008000, LENGTH = 0x020000 - 0x008000
FW (rx) : ORIGIN = 0x08010000, LENGTH = 0x060000
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x018000
}
REGION_ALIAS("CCSRAM", SRAM);