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
OP-1516 fixed boundf mistake
[librepilot.git]
/
flight
/
pios
/
stm32f4xx
/
link_stm32f4xx_bl_memory.ld
blob
3c0a6771151808fe7e83446ca5596c79c5b96dca
1
MEMORY
2
{
3
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x008000 - 0x000080
4
BD_INFO (r) : ORIGIN = 0x08008000 - 0x80, LENGTH = 0x000080
5
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x020000
6
CCSRAM (rw) : ORIGIN = 0x10000000, LENGTH = 0x010000
7
}