aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/nrf52833.ld
blob: 99cfc119cd56304246f4ef305413e86baae1483f (plain)
1
2
3
4
5
6
7
8
9
10

MEMORY
{
    FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 0x80000
    RAM (xrw)       : ORIGIN = 0x20000000, LENGTH = 0x20000
}

_stack_size = 4K;

INCLUDE "targets/arm.ld"