Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
62bfa2ca3faed032a623f7edc9d45b4908521438
/
.
/
boards
/
layout_msp432.ld
blob: 2c9d2a4c6c035bbdb0d326ae10f2eefd4ad7ffaf [
file
] [
log
] [
blame
]
MEMORY
{
/* The application region is 64 bytes (0x40) */
FLASH
(
rx
)
:
ORIGIN
=
0x00020040
,
LENGTH
=
0x0001FFC0
SRAM
(
rwx
)
:
ORIGIN
=
0x20004000
,
LENGTH
=
0x2000
}
MPU_MIN_ALIGN
=
8K
;
INCLUDE layout_generic
.
ld