Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
28913fdd14162f687c667b4e754ee8f07737b7ea
/
.
/
core
/
runtime
/
layouts
/
nrf52.ld
blob: fbbcdc3154e694b69d3c93ad30c47b96df2e0245 [
file
] [
log
] [
blame
]
/* Layout for the nRF52-DK, used by the examples in this repository. */
MEMORY
{
FLASH
(
X
)
:
ORIGIN
=
0x00030000
,
LENGTH
=
0x00060000
RAM
(
W
)
:
ORIGIN
=
0x20004000
,
LENGTH
=
62K
}
TBF_HEADER_SIZE
=
0x40
;
INCLUDE libtock_layout
.
ld