nrf52832_512k_64k.ld 207 B

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