embassy/examples/nrf9151/ns/memory.x
nerwalt 8a6b71b0bb Adding initial support for nrf9151 s and ns
Adding s and ns examples, including a reference TFM
2024-06-27 14:07:26 -06:00

8 lines
222 B
Plaintext

MEMORY
{
/* Trusted Firmware-M (TF-M) is flashed at the start */
FLASH : ORIGIN = 0x00008000, LENGTH = 0xf8000
RAM (rwx) : ORIGIN = 0x2000C568, LENGTH = 0x33a98
}