openblt/Target/Demo/ARMCM0_STM32F0_Nucleo_F091R.../Prog/STM32F091.sct

16 lines
575 B
Plaintext

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
; First 8kb in ROM is reserved for the OpenBLT bootloader
LR_IROM1 0x08002000 0x0003E000 { ; load region size_region
ER_IROM1 0x08002000 0x0003E000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x200000C0 0x00007F40 { ; RW data - First 192 bytes reserved for OpenBLT
.ANY (+RW +ZI)
}
}