aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/stm32/mem/maple_native/mem-jtag.inc
blob: 508ed44981f877ca275bcbce26c483b6f27b6125 (plain)
1
2
3
4
5
6
7
MEMORY
{
  ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
  rom (rx)  : ORIGIN = 0x08000000, LENGTH = 512K
}

INCLUDE maple_native_heap.inc