mirror of https://github.com/rusefi/openblt.git
16 lines
576 B
Plaintext
16 lines
576 B
Plaintext
; *************************************************************
|
|
; *** Scatter-Loading Description File generated by uVision ***
|
|
; *************************************************************
|
|
; First 10kb in ROM is reserved for the OpenBLT bootloader
|
|
LR_IROM1 0x08002800 0x0003D800 { ; load region size_region
|
|
ER_IROM1 0x08002800 0x0003D800 { ; 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)
|
|
}
|
|
}
|
|
|