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

16 lines
551 B
Plaintext

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