mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
8d57d8ff76
Conflicts: flight/pios/stm32f10x/pios_flash_internal.c
9 lines
370 B
Plaintext
9 lines
370 B
Plaintext
MEMORY
|
|
{
|
|
BL_FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x03000 - 0x00080
|
|
BD_INFO (r) : ORIGIN = 0x08003000 - 0x80, LENGTH = 0x00080
|
|
FLASH (rx) : ORIGIN = 0x08003000, LENGTH = 0x20000 - 0x03000 - 0x04000
|
|
EE_FLASH (rw) : ORIGIN = 0x0801C000, LENGTH = 0x04000
|
|
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x05000
|
|
}
|