aboutsummaryrefslogtreecommitdiff
path: root/examples/memory.x
blob: 528545b6493290d986504dfc55d3ef2ffffe2bba (plain)
1
2
3
4
5
MEMORY
{
    FLASH : ORIGIN = 0x20000000, LENGTH = 80K
    RAM   : ORIGIN = 0x20014000, LENGTH = 48K
}