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