led_client/embassy/examples/nrf9151/ns/memory.x
2024-12-21 00:48:45 -05: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
}