summaryrefslogtreecommitdiff
path: root/examples/nrf/memory.x
blob: ecb323e17ebe7356b03b0c8a775669e828e9701b (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 = 0x00027000, LENGTH = 868K
  RAM : ORIGIN = 0x20003840, LENGTH = 242K
}