1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/PiOS/STM32F2xx/link_STM32F2xx_INS_memory.ld

8 lines
304 B
Plaintext

MEMORY
{
BL_FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x08000 - 0x00080
BD_INFO (r) : ORIGIN = 0x08008000 - 0x80, LENGTH = 0x00080
FLASH (rx) : ORIGIN = 0x08008000, LENGTH = 0x100000 - 0x08000
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x05000
}