github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/targets/nrf51-s110v8.ld (about) 1 2 MEMORY 3 { 4 /* This SoftDevice requires 96K flash and 8K RAM according to the release 5 * notes of version 8.0.0 */ 6 FLASH_TEXT (rw) : ORIGIN = 0x00000000 + 96K, LENGTH = 256K - 96K 7 RAM (xrw) : ORIGIN = 0x20000000 + 8K, LENGTH = 16K - 8K 8 } 9 10 _stack_size = 2K; 11 12 INCLUDE "targets/arm.ld"