aboutsummaryrefslogtreecommitdiff
path: root/examples/memory.x
blob: 9b04edec0a75e1d9782da255d4ace591022d5c5a (plain)
1
2
3
4
5
6
7
MEMORY
{
  /* NOTE 1 K = 1 KiBi = 1024 bytes */
  /* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
  FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
  RAM : ORIGIN = 0x20000000, LENGTH = 256K
}