aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9151/ns/memory.x
blob: 8d7b66fcc5a30fb115592e45e4d30b8d52fcc9cd (plain)
1
2
3
4
5
6
7
MEMORY
{
  /* Trusted Firmware-M (TF-M) is flashed at the start */
  FLASH                             : ORIGIN = 0x00008000, LENGTH = 0xf8000
  RAM                         (rwx) : ORIGIN = 0x2000C568, LENGTH = 0x33a98
}