aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52810/memory.x
blob: 7cf560e442abc4356a4c207cd50a50c0d036a698 (plain)
1
2
3
4
5
6
7
MEMORY
{
  /* NOTE 1 K = 1 KiBi = 1024 bytes */
  FLASH : ORIGIN = 0x00000000, LENGTH = 256K
  RAM : ORIGIN = 0x20000000, LENGTH = 24K

}