aboutsummaryrefslogtreecommitdiff
path: root/examples/memory.x
blob: eb8c1731db0cbd727155b0411635dfaf7181fafd (plain)
1
2
3
4
5
MEMORY {
    BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
    FLASH : ORIGIN = 0x10000100, LENGTH = 1024K - 0x100
    RAM   : ORIGIN = 0x20000000, LENGTH = 256K
}