Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stm32f429xi.ld « demo - github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd6aa0483cdfc10bacd69c06100da9d0f13f0e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ENTRY(Reset_Handler)
MEMORY
{
    ROM    (rx): ORIGIN = 0x08000000, LENGTH = 2048K
    BANK0  (rx): ORIGIN = 0x08000000, LENGTH = 1024K
    BANK1  (rx): ORIGIN = 0x08100000, LENGTH = 1024K
    RAM   (rwx): ORIGIN = 0x20000000, LENGTH = 192K
    SRAM1 (rwx): ORIGIN = 0x20000000, LENGTH = 112K
    SRAM2 (rwx): ORIGIN = 0x2001C000, LENGTH = 16K
    SRAM3 (rwx): ORIGIN = 0x20020000, LENGTH = 64K
    CMRAM (rwx): ORIGIN = 0x10000000, LENGTH = 64K
}

INCLUDE sections.ld