nrf52840_1M_256k.ld 207 B

12345678910
  1. /*
  2. GNU linker script for NRF52840
  3. */
  4. _flash_size = 1M;
  5. _ram_size = 256K;
  6. /* produce a link error if there is not this amount of RAM for these sections */
  7. _stack_size = 8K;
  8. _minimum_heap_size = 128K;