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

INCLUDE maple_native_heap.inc