Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
28913fdd14162f687c667b4e754ee8f07737b7ea
/
.
/
core
/
runtime
/
layouts
/
stm32f3discovery.ld
blob: 05b0b5451d3fd4c8b9d61b889da6e97235ebeb96 [
file
] [
log
] [
blame
]
/* Layout for the stm32f3discovery board, usable by the examples in this repository. */
MEMORY
{
FLASH
(
X
)
:
ORIGIN
=
0x08020000
,
LENGTH
=
0x00020000
RAM
(
W
)
:
ORIGIN
=
0x20004000
,
LENGTH
=
48K
}
TBF_HEADER_SIZE
=
0x40
;
INCLUDE libtock_layout
.
ld