aboutsummaryrefslogtreecommitdiff
path: root/examples/memory.x
blob: f4263a4129c4bf4f6d90e3ae92b9165369deb172 (plain)
1
2
3
4
5
MEMORY
{
    FLASH : ORIGIN = 0x20000000, LENGTH = 64K
    RAM   : ORIGIN = 0x20010000, LENGTH = 64K
}