Skip to content

Instantly share code, notes, and snippets.

@rifatmahmud
Created November 28, 2015 08:48
Show Gist options
  • Save rifatmahmud/4cc8746f65ab69c1269e to your computer and use it in GitHub Desktop.
Save rifatmahmud/4cc8746f65ab69c1269e to your computer and use it in GitHub Desktop.
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x18000, LENGTH = 0x28000
RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000
}
INCLUDE "gcc_nrf51_common.ld"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment