aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/nrf52840-s140v7.ld
blob: dde80182bdaa22f9f819ab8ec103722289b2caf0 (plain)
1
2
3
4
5
6
7
8
9
10

MEMORY
{
    FLASH_TEXT (rw) : ORIGIN = 0x00000000 + 0x00027000, LENGTH = 1M - 0x00027000
    RAM (xrw)       : ORIGIN = 0x20000000 + 0x000039c0, LENGTH = 256K - 0x000039c0
}

_stack_size = 4K;

INCLUDE "targets/arm.ld"