nrf5340_xxaa_application.ld 344 B

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