aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/stm32/mem/maple_native/mem-ram.inc
blob: 6ae11ef2fb4a05c1ee3e0fef9a16faa7d9ecf0d1 (plain)
1
2
3
4
5
6
7
MEMORY
{
  ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
  rom (rx)  : ORIGIN = 0x08005000, LENGTH = 0K
}

INCLUDE maple_native_heap.inc