blob: 25d9a02c7307267dcb2a53527fb6726d12ec0b8f (
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 = 0x20020000, LENGTH = 128K
}
|