REVONANO - Add support for eeprom and objlist fs
[librepilot.git] / flight / pios / stm32f4xx / link_STM32F4xx_RN_fw_memory.ld
blob86adaa201872f10085841bbdbdf9f41c952b3a2a
1 MEMORY
3     BL (rx)    : ORIGIN = 0x08000000,        LENGTH = 0x008000 - 0x000080
4         BD_INFO (r)   : ORIGIN = 0x08008000 - 0x80, LENGTH =            0x000080
5         RSVD (rx)     : ORIGIN = 0x08008000,        LENGTH = 0x010000 - 0x008000
6         FLASH (rx)    : ORIGIN = 0x08010000,        LENGTH = 0x030000
7         SRAM (rwx)    : ORIGIN = 0x20000000,        LENGTH = 0x010000
9 REGION_ALIAS("CCSRAM", SRAM);