Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
04c0dd5c385e04e6d61de8c2e4b42e6a6e670109
/
.
/
core
/
runtime
/
layouts
/
apollo3.ld
blob: 464cf983635363dafad8eca49495569e97ad2233 [
file
] [
log
] [
blame
]
/* Layout for the Apollo3 MCU, used by the examples in this repository. */
MEMORY
{
FLASH
(
X
)
:
ORIGIN
=
0x00040000
,
LENGTH
=
0x00060000
RAM
(
W
)
:
ORIGIN
=
0x10002000
,
LENGTH
=
0x2000
}
TBF_HEADER_SIZE
=
0x40
;
INCLUDE libtock_layout
.
ld