Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
28913fdd14162f687c667b4e754ee8f07737b7ea
/
.
/
core
/
runtime
/
layouts
/
imxrt1050.ld
blob: 1458870fa817028d3e36d7ec77e3c50d295342d6 [
file
] [
log
] [
blame
]
/* Layout for the iMX.RT1050 board, used by the examples in this repository. */
MEMORY
{
FLASH
(
X
)
:
ORIGIN
=
0x63002000
,
LENGTH
=
0x1000000
RAM
(
W
)
:
ORIGIN
=
0x20004000
,
LENGTH
=
112K
}
TBF_HEADER_SIZE
=
0x40
;
INCLUDE libtock_layout
.
ld