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