1b55a1dedd
2. 增加 apm32\libraries\APM32F4xx_Library 为 Geehy 官网 APM32F4xx_SDK_V1.2。 3. 更新 apm32\libraries\Drivers。 4. 增加 apm32f407ig-minibroard 支持。
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
; *************************************************************
|
|
; *** 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)
|
|
.ANY (+XO)
|
|
}
|
|
RW_IRAM1 0x20000000 0x00020000 { ; RW data
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|
|
|