commonsense-sw/memory.x

8 lines
223 B
Plaintext

MEMORY
{
/* NOTE 1 K = 1 KiB = 1024 bytes */
/* These values correspond to the NRF52832 with SoftDevice S112 v7.x */
FLASH : ORIGIN = 100K, LENGTH = 512K - 100K
RAM : ORIGIN = 0x20000000 + 30K, LENGTH = 64K - 30K
}