Files
tinygo/targets/nrf52840.ld
Ayke van Laethem daf92226d8 nrf: add nrf52840-mdk board
With the help of Chillance on GitHub.
2018-10-18 15:07:06 +02:00

11 lines
169 B
Plaintext

MEMORY
{
FLASH_TEXT (rw) : ORIGIN = 0x00000000, LENGTH = 1M
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 256K
}
_stack_size = 4K;
INCLUDE "targets/arm.ld"