[BSP]:add stm32f429_flash.sct for stm32f429-apollo bsp

This commit is contained in:
SummerGift 2017-12-13 09:39:20 +08:00
parent 6584c70353
commit 124d2e1790
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00030000 { ; RW data
.ANY (+RW +ZI)
}
}