mirror of https://github.com/rusefi/openblt.git
26 lines
659 B
Plaintext
26 lines
659 B
Plaintext
; *************************************************************
|
|
; *** Scatter-Loading Description File generated by uVision ***
|
|
; *************************************************************
|
|
|
|
LR_IROM1 0x08008000 0x001F8000 { ; load region size_region
|
|
ER_IROM1 0x08008000 0x001F8000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
.ANY (+XO)
|
|
}
|
|
|
|
RW_IRAM1 0x20000000 UNINIT 0x00000040 { ; no init for shared params
|
|
*(shared)
|
|
}
|
|
|
|
RW_IRAM2 0x20000040 0x0002FFC0 { ; RW data
|
|
.ANY (+RW +ZI)
|
|
}
|
|
|
|
RW_IRAM3 0x10000000 0x00010000 {
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|