9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
MEMORY
|
|
{
|
|
/* NOTE 1 K = 1 KiB = 1024 bytes */
|
|
/* These values correspond to the NRF52810 with SoftDevice S112 v7.x */
|
|
FLASH : ORIGIN = 0x00000000 + 100K, LENGTH = 192K - 100K
|
|
RAM : ORIGIN = 0x20000000 + 6K, LENGTH = 24K - 6K
|
|
}
|
|
|