nrf51422_xxac.ld 231 B

12345678910111213
  1. /* Linker script to configure memory regions. */
  2. SEARCH_DIR(.)
  3. GROUP(-lgcc -lc -lnosys)
  4. MEMORY
  5. {
  6. FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
  7. RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x8000
  8. }
  9. INCLUDE "nrf_common.ld"