forked from gary/BCU
2
0
Fork 0
BCU/app/stm32fxxx_app/prj/stm32f407_app.sct

23 lines
621 B
Plaintext
Raw Normal View History

2025-06-09 17:59:28 +08:00
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08020000 0x00100000 { ; load region size_region
ER_IROM1 0x08020000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
.ANY (+XO)
}
RW_IRAM1 0x20000000 0x0001C000 { ; 112KB SRAM1
.ANY (+RW +ZI)
}
RW_SRAM2 0x2001C000 0x00004000 { ; 16KB SRAM2
*(.sram2)
}
RW_SRAM3 0x10000000 0x00010000 { ; 64KB CCM RAM
*(.ccmram)
}
}