summaryrefslogtreecommitdiff
path: root/app/ld/stm32f072x8.ld
blob: 7600040ce45f376496b4a96e932e4508a7d2753f (plain)
1
2
3
4
MEMORY {
    FLASH(rx) : ORIGIN = 0x08000000, LENGTH = 64K
    SRAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K
}