diff options
Diffstat (limited to 'support/ld/stm32/mem/maple_native/mem-flash.inc')
-rw-r--r-- | support/ld/stm32/mem/maple_native/mem-flash.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support/ld/stm32/mem/maple_native/mem-flash.inc b/support/ld/stm32/mem/maple_native/mem-flash.inc new file mode 100644 index 0000000..bae4f39 --- /dev/null +++ b/support/ld/stm32/mem/maple_native/mem-flash.inc @@ -0,0 +1,7 @@ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K + rom (rx) : ORIGIN = 0x08005000, LENGTH = 492K +} + +INCLUDE maple_native_heap.inc |