14 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | /* Linker script to configure memory regions. */ | ||
|  | 
 | ||
|  | SEARCH_DIR(.) | ||
|  | GROUP(-lgcc -lc -lnosys) | ||
|  | 
 | ||
|  | MEMORY | ||
|  | { | ||
|  |   FLASH (rx) : ORIGIN = 0x1000, LENGTH = 0xff000 | ||
|  |   RAM (rwx) :  ORIGIN = 0x20000008, LENGTH = 0x3fff8 | ||
|  | } | ||
|  | 
 | ||
|  | 
 | ||
|  | INCLUDE "nrf_common.ld" |