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