; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************

RAM 0x20000000 0x20000  
{    ; load region size_region 
	ER_RO  0x20000000 
	{
		; load address = execution address 
		stm32f10x_vector.o (.startup, +First)  
		*(InRoot$$Sections)
		.ANY (+RO) 
		.ANY (+XO) 
    }
    ; Define library space symbols required by linker
    LIBSPACE 0x20000000 {  
        __libspace_start = .;         ; Start of library space
        .lib (+RO)                    ; Library sections
        __libspace_end = .;           ; End of library space
    }
    ER_RW +0  
    {  ; RW data 
        .ANY(+RW)
    } 
	ER_ZI +0
	{
       .ANY(+ZI)  
		ARM_LIB_STACK Stack_Mem  EMPTY Stack_Size 
		ARM_LIB_HEAP  __heap_base EMPTY Heap_Size
	}
}  
