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