16 lines
		
	
	
		
			464 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			464 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
; *************************************************************
 | 
						|
; *** Scatter-Loading Description File generated by uVision ***
 | 
						|
; *************************************************************
 | 
						|
 | 
						|
LR_IROM1 0x08000000 0x00200000  {    ; load region size_region
 | 
						|
  ER_IROM1 0x08000000 0x00200000  {  ; load address = execution address
 | 
						|
   *.o (RESET, +First)
 | 
						|
   *(InRoot$$Sections)
 | 
						|
   .ANY (+RO)
 | 
						|
  }
 | 
						|
  RW_IRAM1 0x20000008 0x0002FFF8  {  ; RW data
 | 
						|
   .ANY (+RW +ZI)
 | 
						|
  }
 | 
						|
}
 | 
						|
 |