aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf51/memory.x
blob: 98b3c792f3eeaa366cad8d181c2cba4cbd8df8e6 (plain)
1
2
3
4
5
MEMORY
{
  FLASH                    : ORIGIN = 0x00000000, LENGTH = 128K
  RAM                      : ORIGIN = 0x20000000, LENGTH = 16K
}