mirror of
				https://github.com/IcedRooibos/py32f0-template.git
				synced 2025-10-31 01:42:04 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ; Linker Control File (scatter-loading)
 | |
| ;
 | |
| 
 | |
| PRG 0 PI               ; Programming Functions
 | |
| {
 | |
|   PrgCode +0           ; Code
 | |
|   {
 | |
|     * (+RO)
 | |
|   }
 | |
|   PrgData +0           ; Data
 | |
|   {
 | |
|     * (+RW,+ZI)
 | |
|   }
 | |
| }
 | |
| 
 | |
| DSCR +0                ; Device Description
 | |
| {
 | |
|   DevDscr +0
 | |
|   {
 | |
|     FlashDev.o
 | |
|   }
 | |
| }
 | 
