1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/pios/stm32f4xx/link_STM32F4xx_RN_bl_memory.ld

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 = 0x010000 - 0x008000
FW (rx) : ORIGIN = 0x08010000, LENGTH = 0x070000
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x020000
}
REGION_ALIAS("CCSRAM", SRAM);