aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840/memory.x
blob: 15b492bce2c754edf48d96943ee8054f7d628e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
MEMORY
{
  /* NOTE 1 K = 1 KiBi = 1024 bytes */
  FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
  RAM : ORIGIN = 0x20000000, LENGTH = 256K

  /* These values correspond to the NRF52840 with Softdevices S140 7.3.0 */
  /*
     FLASH : ORIGIN = 0x00027000, LENGTH = 868K
     RAM : ORIGIN = 0x20020000, LENGTH = 128K
  */
}