aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/memory.x
blob: 1064c8a5ca23d6f350b4a5b26cf03b56a80e78a2 (plain)
1
2
3
4
5
MEMORY
{
  FLASH : ORIGIN = 0x00000000, LENGTH = 1536K
  RAM : ORIGIN = 0x20000000, LENGTH = 256K
}