repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update credits
[librepilot.git]
/
flight
/
pios
/
stm32f10x
/
link_STM32103CB_CC_Rev1_memory.ld
blob
66451bf621a42c8d9524a7f212acfa19b89382aa
1
MEMORY
2
{
3
BL_FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x03000 - 0x00080
4
BD_INFO (r) : ORIGIN = 0x08003000 - 0x80, LENGTH = 0x00080
5
FLASH (rx) : ORIGIN = 0x08003000, LENGTH = 0x20000 - 0x03000
6
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x05000
7
}