Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
ab322593a6c6ceda6b5d1a93a9aa9eef4dcd9cc6
/
.
/
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