Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
28913fdd14162f687c667b4e754ee8f07737b7ea
/
.
/
core
/
runtime
/
layouts
/
nucleo_f446re.ld
blob: d3953f57dfcf9be23126fe147e177a585c4a2cad [
file
] [
log
] [
blame
]
/* Layout for the Nucleo F446re, used by the examples in this repository. */
MEMORY
{
FLASH
(
X
)
:
ORIGIN
=
0x08040000
,
LENGTH
=
255K
RAM
(
W
)
:
ORIGIN
=
0x20004000
,
LENGTH
=
176K
}
TBF_HEADER_SIZE
=
0x40
;
INCLUDE libtock_layout
.
ld